1
0
mirror of https://github.com/RIOT-OS/RIOT.git synced 2025-12-29 08:21:18 +01:00

boards: pic32-wifire: 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-08 21:15:21 +00:00
parent 83beabe303
commit 2ba93a094e

View File

@ -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
* @{