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 53db220 commit 8720384Copy full SHA for 8720384
hardware/arduino/avr/cores/arduino/WInterrupts.c
@@ -61,7 +61,9 @@ static volatile voidFuncPtr intFunc[EXTERNAL_NUM_INTERRUPTS] = {
61
#if EXTERNAL_NUM_INTERRUPTS > 1
62
nothing,
63
#endif
64
+#if EXTERNAL_NUM_INTERRUPTS > 0
65
nothing
66
+#endif
67
};
68
// volatile static voidFuncPtr twiIntFunc;
69
0 commit comments