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:
parent
2ba93a094e
commit
65d675a8cf
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user