aboutsummaryrefslogtreecommitdiff
path: root/cores/arduino/WInterrupts.c
diff options
context:
space:
mode:
authorCristian Maglie <c.maglie@arduino.cc>2015-09-01 10:58:31 +0200
committerCristian Maglie <c.maglie@arduino.cc>2015-09-01 10:58:48 +0200
commitf3bacff7eea629769601295233c79ff34e834aaf (patch)
tree66d8e0e962ca11e742664111785b990e07db5d8c /cores/arduino/WInterrupts.c
parent82f9359027299e91c43600a23f99a7433e680a37 (diff)
...and also a leading ','... (oops 2)
See #2408
Diffstat (limited to 'cores/arduino/WInterrupts.c')
-rw-r--r--cores/arduino/WInterrupts.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/cores/arduino/WInterrupts.c b/cores/arduino/WInterrupts.c
index 83b762f..7e9f717 100644
--- a/cores/arduino/WInterrupts.c
+++ b/cores/arduino/WInterrupts.c
@@ -62,7 +62,7 @@ static volatile voidFuncPtr intFunc[EXTERNAL_NUM_INTERRUPTS] = {
nothing,
#endif
#if EXTERNAL_NUM_INTERRUPTS > 0
- nothing
+ nothing,
#endif
};
// volatile static voidFuncPtr twiIntFunc;