Merge pull request #5993 from haukepetersen/fix_nucleof103_stdio

boards/nucleo-f103: remove STDIO_UART definition
This commit is contained in:
Martine Lenders 2016-10-25 22:03:00 +02:00 committed by GitHub
commit e69ef1dbe0

View File

@ -27,11 +27,6 @@
extern "C" {
#endif
/**
* @brief Use the first UART for STDIO on this board
*/
#define UART_STDIO_DEV UART_DEV(0)
/**
* @name xtimer configuration
*/