diff --git a/drivers/uart_tx.c b/drivers/uart_tx.c new file mode 100644 index 0000000..6f9df31 --- /dev/null +++ b/drivers/uart_tx.c @@ -0,0 +1,13 @@ +#include "uart_tx.h" +#include "uart.h" +#include +#include + +void __attribute__ ((naked)) __attribute__ ((section (".init6"))) uart_tx_init() { + UCSR0B |= (1<