1
0
mirror of https://github.com/RIOT-OS/RIOT.git synced 2025-01-18 12:52:44 +01:00

boards: pic32-wifire: Use UART 0 for stdio

Signed-off-by: Francois Berder <18538310+francois-berder@users.noreply.github.com>
This commit is contained in:
Francois Berder 2020-01-08 21:15:41 +00:00
parent 2ba93a094e
commit 65d675a8cf

View File

@ -74,13 +74,6 @@ extern "C" {
*/
void board_init(void);
/**
* @brief Use the 4th UART for STDIO on this board
*
* This is the UART connected to the FTDI USB <-> UART device.
*/
#define STDIO_UART_DEV UART_DEV(4)
#ifdef __cplusplus
}
#endif