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

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

View File

@ -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;