From 2ba93a094ebed16d6210d8acd3a40a55a0bc964b Mon Sep 17 00:00:00 2001 From: Francois Berder <18538310+francois-berder@users.noreply.github.com> Date: Wed, 8 Jan 2020 21:15:21 +0000 Subject: [PATCH] boards: pic32-wifire: Remove EIC_IRQ macro Signed-off-by: Francois Berder <18538310+francois-berder@users.noreply.github.com> --- boards/pic32-wifire/include/board.h | 5 ----- 1 file changed, 5 deletions(-) diff --git a/boards/pic32-wifire/include/board.h b/boards/pic32-wifire/include/board.h index 487c849ece..d8850dde59 100644 --- a/boards/pic32-wifire/include/board.h +++ b/boards/pic32-wifire/include/board.h @@ -38,11 +38,6 @@ extern "C" { */ #define TICKS_PER_US (100) -/** - * @brief We are using an External Interrupt Controller (all pic32 devices use this mode) - */ -#define EIC_IRQ (1) - /** * @name LED pin configuration * @{