diff options
author | Cristian Maglie <c.maglie@arduino.cc> | 2015-09-01 10:58:31 +0200 |
---|---|---|
committer | Cristian Maglie <c.maglie@arduino.cc> | 2015-09-01 10:58:48 +0200 |
commit | f3bacff7eea629769601295233c79ff34e834aaf (patch) | |
tree | 66d8e0e962ca11e742664111785b990e07db5d8c /cores/arduino/WInterrupts.c | |
parent | 82f9359027299e91c43600a23f99a7433e680a37 (diff) |
...and also a leading ','... (oops 2)
See #2408
Diffstat (limited to 'cores/arduino/WInterrupts.c')
-rw-r--r-- | cores/arduino/WInterrupts.c | 2 |
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; |