Skip to content

Commit e53a7a7

Browse files
committed
Removed redundant #ifdef __cplusplus in WInterrupts.c
1 parent d654db2 commit e53a7a7

File tree

1 file changed

+0
-8
lines changed

1 file changed

+0
-8
lines changed

cores/arduino/WInterrupts.c

-8
Original file line numberDiff line numberDiff line change
@@ -21,10 +21,6 @@
2121

2222
#include <string.h>
2323

24-
#ifdef __cplusplus
25-
extern "C" {
26-
#endif
27-
2824
static voidFuncPtr callbacksInt[EXTERNAL_NUM_INTERRUPTS];
2925

3026
/* Configure I/O interrupt sources */
@@ -146,7 +142,3 @@ void EIC_Handler(void)
146142
}
147143
}
148144
}
149-
150-
#ifdef __cplusplus
151-
}
152-
#endif

0 commit comments

Comments
 (0)