From 31a56136e1609f0093fe81b12ba772ccb5a6e230 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?King=20K=C3=A9vin?= Date: Fri, 17 Jul 2015 10:00:40 +0200 Subject: [PATCH] set atmolight baudrate --- firmware/lib/uart.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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;