Skip to content
Snippets Groups Projects
Commit e53a7a7a authored by Cristian Maglie's avatar Cristian Maglie
Browse files

Removed redundant #ifdef __cplusplus in WInterrupts.c

parent d654db22
No related branches found
No related tags found
No related merge requests found
......@@ -21,10 +21,6 @@
#include <string.h>
#ifdef __cplusplus
extern "C" {
#endif
static voidFuncPtr callbacksInt[EXTERNAL_NUM_INTERRUPTS];
/* Configure I/O interrupt sources */
......@@ -146,7 +142,3 @@ void EIC_Handler(void)
}
}
}
#ifdef __cplusplus
}
#endif
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment