Skip to content

Commit f8b764a

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

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: hardware/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)