1
0
mirror of https://github.com/RIOT-OS/RIOT.git synced 2024-12-29 04:50:03 +01:00

boards/arduino-mega2560: define UART for STDIO

This commit is contained in:
kYc0o 2016-06-07 17:55:18 +02:00
parent be70924800
commit abba25e068

View File

@ -28,6 +28,11 @@
extern "C" {
#endif
/**
* @brief Use the UART 0 for STDIO on this board
*/
#define UART_STDIO_DEV UART_DEV(0)
/**
* @brief As the CPU is too slow to handle 115200 baud, we set the default
* baudrate to 9600 for this board