Skip to content

Commit df8105b

Browse files
committed
...and also a leading ','... (oops 2)
See #2408
1 parent 6dd1fc0 commit df8105b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

arduino/avr/cores/arduino/WInterrupts.c

+1-1
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@ static volatile voidFuncPtr intFunc[EXTERNAL_NUM_INTERRUPTS] = {
6262
nothing,
6363
#endif
6464
#if EXTERNAL_NUM_INTERRUPTS > 0
65-
nothing
65+
nothing,
6666
#endif
6767
};
6868
// volatile static voidFuncPtr twiIntFunc;

0 commit comments

Comments
 (0)