From f3bacff7eea629769601295233c79ff34e834aaf Mon Sep 17 00:00:00 2001 From: Cristian Maglie Date: Tue, 1 Sep 2015 10:58:31 +0200 Subject: [PATCH] ...and also a leading ','... (oops 2) See #2408 --- cores/arduino/WInterrupts.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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;