mirror of
https://github.com/RIOT-OS/RIOT.git
synced 2024-12-29 04:50:03 +01:00
boards/feather-m0: use UART_UNDEF to enable Serial over STDIO
This commit is contained in:
parent
2dcd761954
commit
332f970987
@ -31,6 +31,13 @@ extern "C" {
|
||||
*/
|
||||
#define ARDUINO_LED (13)
|
||||
|
||||
/**
|
||||
* @brief On-board serial port mapping, stdio is used for Serial
|
||||
*/
|
||||
#ifndef ARDUINO_UART_DEV
|
||||
#define ARDUINO_UART_DEV UART_UNDEF
|
||||
#endif
|
||||
|
||||
/**
|
||||
* @brief Look-up table for the Arduino's digital pins
|
||||
*/
|
||||
|
Loading…
Reference in New Issue
Block a user