1
0
mirror of https://github.com/arduino/Arduino.git synced 2025-01-18 07:52:14 +01:00

Added missing #ifdef in WInterrupts.c... (oops)

See #2408
This commit is contained in:
Cristian Maglie 2015-09-01 10:11:43 +02:00
parent 53db220016
commit 8720384f68

View File

@ -61,7 +61,9 @@ static volatile voidFuncPtr intFunc[EXTERNAL_NUM_INTERRUPTS] = {
#if EXTERNAL_NUM_INTERRUPTS > 1 #if EXTERNAL_NUM_INTERRUPTS > 1
nothing, nothing,
#endif #endif
#if EXTERNAL_NUM_INTERRUPTS > 0
nothing nothing
#endif
}; };
// volatile static voidFuncPtr twiIntFunc; // volatile static voidFuncPtr twiIntFunc;