diff options
author | Matthias P. Braendli <matthias.braendli@mpb.li> | 2016-01-24 19:02:36 +0100 |
---|---|---|
committer | Matthias P. Braendli <matthias.braendli@mpb.li> | 2016-01-24 19:02:36 +0100 |
commit | 81ebfdcc934473bd913e0be44c257481b8fd2876 (patch) | |
tree | 8b49e0fa574413c46360468d4ad036bce517e497 /src/fsm/usart.h | |
parent | 34592857619fe7b87b84f8ff12a149c20aefbc10 (diff) | |
download | glutte-o-matic-81ebfdcc934473bd913e0be44c257481b8fd2876.tar.gz glutte-o-matic-81ebfdcc934473bd913e0be44c257481b8fd2876.tar.bz2 glutte-o-matic-81ebfdcc934473bd913e0be44c257481b8fd2876.zip |
Move debug UART to USART2, audio broken
Diffstat (limited to 'src/fsm/usart.h')
-rw-r--r-- | src/fsm/usart.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/fsm/usart.h b/src/fsm/usart.h index 7d4bfa9..9d9b59c 100644 --- a/src/fsm/usart.h +++ b/src/fsm/usart.h @@ -25,7 +25,7 @@ /* This handles the USART 3 to the GPS receiver, and fills a queue of * NMEA messages. * - * It also handles the debug USART 1 and allows sending messages to the PC. + * It also handles the debug USART 2 and allows sending messages to the PC. */ #ifndef __USART_H_ @@ -33,7 +33,7 @@ #define MAX_NMEA_SENTENCE_LEN 256 -// Initialise USART1 for PC debugging +// Initialise USART2 for PC debugging void usart_init(void); // Initialise USART3 for GPS and NMEA queue |