Skip to content
Snippets Groups Projects
Commit e071beab authored by Hauke Petersen's avatar Hauke Petersen
Browse files

sys/uart_stdio: cleanup

- removed duplicate include
- changed default device from '0' to UART_DEV(0)
parent 94c0cc86
No related branches found
No related tags found
No related merge requests found
...@@ -25,14 +25,11 @@ ...@@ -25,14 +25,11 @@
#include <stdio.h> #include <stdio.h>
#include "cpu_conf.h"
#include "tsrb.h" #include "tsrb.h"
#include "thread.h" #include "thread.h"
#include "mutex.h" #include "mutex.h"
#include "irq.h" #include "irq.h"
#include "periph/uart.h"
#include "board.h" #include "board.h"
#include "periph/uart.h" #include "periph/uart.h"
...@@ -40,7 +37,7 @@ ...@@ -40,7 +37,7 @@
#include "debug.h" #include "debug.h"
#ifndef STDIO #ifndef STDIO
#define STDIO (0) #define STDIO UART_DEV(0)
#endif #endif
#ifndef STDIO_BAUDRATE #ifndef STDIO_BAUDRATE
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment