diff options
Diffstat (limited to 'cores')
-rw-r--r-- | cores/arduino/WInterrupts.c | 2 |
1 files changed, 1 insertions, 1 deletions
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; |