Skip to content
Snippets Groups Projects
Commit 7ee1b9a6 authored by Alexandre Abadie's avatar Alexandre Abadie
Browse files

boards/nucleo-f103: set stdio uart to USB port by default

parent 3d237248
No related branches found
No related tags found
No related merge requests found
......@@ -28,9 +28,9 @@ extern "C" {
#endif
/**
* @brief Use the 2nd UART for STDIO on this board
* @brief Use the first UART for STDIO on this board
*/
#define UART_STDIO_DEV UART_DEV(1)
#define UART_STDIO_DEV UART_DEV(0)
/**
* @name xtimer configuration
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment