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

iot-lab_M3: fix numof uart

This commit is contained in:
Christian Mehlis 2014-09-19 17:12:38 +02:00
parent 973fff7097
commit a6ff40b6d7

View File

@ -50,7 +50,7 @@
/**
* @brief UART configuration
*/
#define UART_NUMOF (2U)
#define UART_NUMOF (1U)
#define UART_0_EN 1
#define UART_1_EN 0
#define UART_IRQ_PRIO 1