aboutsummaryrefslogtreecommitdiffstats
path: root/demos/KINETIS/RT-FREEDOM-KL25Z/mcuconf.h
diff options
context:
space:
mode:
Diffstat (limited to 'demos/KINETIS/RT-FREEDOM-KL25Z/mcuconf.h')
-rw-r--r--demos/KINETIS/RT-FREEDOM-KL25Z/mcuconf.h5
1 files changed, 5 insertions, 0 deletions
diff --git a/demos/KINETIS/RT-FREEDOM-KL25Z/mcuconf.h b/demos/KINETIS/RT-FREEDOM-KL25Z/mcuconf.h
index 5ddb8fe7e..3b77632f7 100644
--- a/demos/KINETIS/RT-FREEDOM-KL25Z/mcuconf.h
+++ b/demos/KINETIS/RT-FREEDOM-KL25Z/mcuconf.h
@@ -14,6 +14,9 @@
limitations under the License.
*/
+#ifndef _MCUCONF_H_
+#define _MCUCONF_H_
+
/*
* STM32F0xx drivers configuration.
* The following settings override the default settings present in
@@ -69,3 +72,5 @@
* SERIAL driver system settings.
*/
#define KINETIS_SERIAL_USE_UART0 TRUE
+
+#endif /* _MCUCONF_H_ */