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

boards: pic32-clicker: Remove EIC_IRQ macro

Signed-off-by: Francois Berder <18538310+francois-berder@users.noreply.github.com>
This commit is contained in:
Francois Berder 2020-01-10 21:57:11 +00:00
parent 8f1c8298f3
commit 5e4c09e1a0

View File

@ -46,11 +46,6 @@ extern "C" {
*/
#define STDIO_UART_DEV UART_DEV(3)
/**
* @brief We are using an External Interrupt Controller (all pic32 devices use this mode)
*/
#define EIC_IRQ (1)
/**
* @name LED pin configuration
* @{