set atmolight baudrate

This commit is contained in:
King Kévin 2015-07-17 10:00:40 +02:00
parent a5272f9a5b
commit 31a56136e1
1 changed files with 2 additions and 2 deletions

View File

@ -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;