From a6ff40b6d741850e2a76cb4049240b3cbfac9a30 Mon Sep 17 00:00:00 2001 From: Christian Mehlis Date: Fri, 19 Sep 2014 17:12:38 +0200 Subject: [PATCH] iot-lab_M3: fix numof uart --- boards/iot-lab_M3/include/periph_conf.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/boards/iot-lab_M3/include/periph_conf.h b/boards/iot-lab_M3/include/periph_conf.h index 442a8a1876..d5ee514864 100644 --- a/boards/iot-lab_M3/include/periph_conf.h +++ b/boards/iot-lab_M3/include/periph_conf.h @@ -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