From 0f3e6fd5b9f5879767d0610879b3b53178ec0d39 Mon Sep 17 00:00:00 2001 From: Hauke Petersen <hauke.petersen@fu-berlin.de> Date: Tue, 20 Oct 2015 13:19:20 +0200 Subject: [PATCH] boards/arduino-due: adapted to UART changes --- boards/arduino-due/include/periph_conf.h | 1 - 1 file changed, 1 deletion(-) diff --git a/boards/arduino-due/include/periph_conf.h b/boards/arduino-due/include/periph_conf.h index d90eefa2cb..e246e1eec4 100644 --- a/boards/arduino-due/include/periph_conf.h +++ b/boards/arduino-due/include/periph_conf.h @@ -65,7 +65,6 @@ extern "C" { #define UART_1_EN 1 #define UART_2_EN 1 #define UART_3_EN 1 -#define UART_IRQ_PRIO 1 /* UART 0 device configuration */ #define UART_0_DEV UART -- GitLab