We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8720384 commit f8b764aCopy full SHA for f8b764a
hardware/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