diff --git a/firmware/lib/uart.h b/firmware/lib/uart.h index a98986b..dbb4d37 100644 --- a/firmware/lib/uart.h +++ b/firmware/lib/uart.h @@ -14,8 +14,8 @@ */ /* This library handles the USART configuration */ -/* set fnordlicht serial baudrate, in bits per second (with 8N1 8 bits, no parity bit, 1 stop bit settings) */ -#define BAUD 19200 +/* set atmolight serial baudrate, in bits per second (with 8N1 8 bits, no parity bit, 1 stop bit settings) */ +#define BAUD 38400 /* input & output streams */ FILE uart_output;