Skip to content

Commit

Permalink
boards/nrf9160dk: remove unneeded UART ISR macros
Browse files Browse the repository at this point in the history
Signed-off-by: Dylan Laduranty <dylan.laduranty@mesotic.com>
  • Loading branch information
dylad committed Jul 11, 2023
1 parent 808ff73 commit f1c3476
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions boards/nrf9160dk/include/periph_conf.h
Original file line number Diff line number Diff line change
Expand Up @@ -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 */
/** @} */

Expand Down

0 comments on commit f1c3476

Please sign in to comment.