aboutsummaryrefslogtreecommitdiffstats
path: root/demos/SPC5/RT-SPC563M-EVB/mcuconf.h
diff options
context:
space:
mode:
Diffstat (limited to 'demos/SPC5/RT-SPC563M-EVB/mcuconf.h')
-rw-r--r--demos/SPC5/RT-SPC563M-EVB/mcuconf.h5
1 files changed, 5 insertions, 0 deletions
diff --git a/demos/SPC5/RT-SPC563M-EVB/mcuconf.h b/demos/SPC5/RT-SPC563M-EVB/mcuconf.h
index 83acd51a4..e8f7ebd81 100644
--- a/demos/SPC5/RT-SPC563M-EVB/mcuconf.h
+++ b/demos/SPC5/RT-SPC563M-EVB/mcuconf.h
@@ -14,6 +14,9 @@
limitations under the License.
*/
+#ifndef _MCUCONF_H_
+#define _MCUCONF_H_
+
/*
* SPC563Mxx drivers configuration.
* The following settings override the default settings present in
@@ -151,3 +154,5 @@
#define SPC5_CAN_USE_FLEXCAN1 FALSE
#define SPC5_CAN_FLEXCAN1_USE_EXT_CLK FALSE
#define SPC5_CAN_FLEXCAN1_IRQ_PRIORITY 11
+
+#endif /* _MCUCONF_H_ */