...and also a leading ','... (oops 2)

See #2408
This commit is contained in:
Cristian Maglie 2015-09-01 10:58:31 +02:00
parent 82f9359027
commit f3bacff7ee
1 changed files with 1 additions and 1 deletions

View File

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