diff --git a/cores/arduino/WInterrupts.c b/cores/arduino/WInterrupts.c index 83b762f..7e9f717 100644 --- a/cores/arduino/WInterrupts.c +++ b/cores/arduino/WInterrupts.c @@ -62,7 +62,7 @@ static volatile voidFuncPtr intFunc[EXTERNAL_NUM_INTERRUPTS] = { nothing, #endif #if EXTERNAL_NUM_INTERRUPTS > 0 - nothing + nothing, #endif }; // volatile static voidFuncPtr twiIntFunc;