sys/uart_stdio: cleanup
- removed duplicate include - changed default device from '0' to UART_DEV(0)
This commit is contained in:
parent
94c0cc86af
commit
e071beab08
@ -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 @@
|
|||||||
#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
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user