summaryrefslogtreecommitdiffstats
path: root/mcc_generated_files/interrupt_manager.c
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--mcc_generated_files/interrupt_manager.c (renamed from mcc_generated_files/interrupt_manager.cpp)7
1 files changed, 7 insertions, 0 deletions
diff --git a/mcc_generated_files/interrupt_manager.cpp b/mcc_generated_files/interrupt_manager.c
index 32ca3f4..67c5d29 100644
--- a/mcc_generated_files/interrupt_manager.cpp
+++ b/mcc_generated_files/interrupt_manager.c
@@ -42,6 +42,9 @@
MICROCHIP PROVIDES THIS SOFTWARE CONDITIONALLY UPON YOUR ACCEPTANCE OF THESE
TERMS.
*/
+#ifdef __cplusplus
+extern "C" {
+#endif
/**
Section: Includes
@@ -65,3 +68,7 @@ void INTERRUPT_Initialize (void)
__builtin_mtc0(12,0,(__builtin_mfc0(12,0) | 0x0001));
}
+
+#ifdef __cplusplus
+}
+#endif