uart: fix typo

This commit is contained in:
King Kévin 2017-12-16 13:40:30 +01:00
parent 1b24f5e05c
commit a695fd595e
1 changed files with 2 additions and 2 deletions

View File

@ -34,10 +34,10 @@
#include "uart.h" // UART header and definitions
#include "global.h" // common methods
/** @defgroup uart UART peripheral used for UART communication
/** @defgroup uart USART peripheral used for UART communication
* @{
*/
#define UART_ID 1 /**< UART peripheral */
#define UART_ID 1 /**< USART peripheral */
/** @} */
#define UART_BAUDRATE 921600 /**< serial baudrate, in bits per second (with 8N1 8 bits, no parity bit, 1 stop bit settings) */