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 a3d66a7dd0
commit 82f9359027
1 changed files with 2 additions and 0 deletions

View File

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