1
0
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:
Gunar Schorcht 2021-12-25 13:32:29 +01:00
parent 2dcd761954
commit 332f970987

View File

@ -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
*/