From f1c3476031aec84c4a7ded11f97f92e51e00da1a Mon Sep 17 00:00:00 2001 From: Dylan Laduranty Date: Mon, 10 Jul 2023 16:34:10 +0200 Subject: [PATCH] boards/nrf9160dk: remove unneeded UART ISR macros Signed-off-by: Dylan Laduranty --- boards/nrf9160dk/include/periph_conf.h | 3 --- 1 file changed, 3 deletions(-) diff --git a/boards/nrf9160dk/include/periph_conf.h b/boards/nrf9160dk/include/periph_conf.h index 9371c17889929..cdca44782f2ca 100644 --- a/boards/nrf9160dk/include/periph_conf.h +++ b/boards/nrf9160dk/include/periph_conf.h @@ -113,9 +113,6 @@ static const uart_conf_t uart_config[] = { }, }; -#define UART_0_ISR (isr_uarte0_spim0_spis0_twim0_twis0) /**< UART0_IRQ */ -#define UART_1_ISR (isr_uarte1_spim1_spis1_twim1_twis1) /**< UART1_IRQ */ - #define UART_NUMOF ARRAY_SIZE(uart_config) /**< UART configuration NUMOF */ /** @} */