Skip to content

Commit 333f295

Browse files
cmagliesandeepmistry
authored andcommitted
...and also a leading ','... (oops 2)
See arduino#2408
1 parent 46e0dab commit 333f295

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)