We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6dd1fc0 commit df8105bCopy full SHA for df8105b
arduino/avr/cores/arduino/WInterrupts.c
@@ -62,7 +62,7 @@ static volatile voidFuncPtr intFunc[EXTERNAL_NUM_INTERRUPTS] = {
62
nothing,
63
#endif
64
#if EXTERNAL_NUM_INTERRUPTS > 0
65
- nothing
+ nothing,
66
67
};
68
// volatile static voidFuncPtr twiIntFunc;
0 commit comments