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.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/demos/KINETIS/RT-FREEDOM-KL25Z/mcuconf.h b/demos/KINETIS/RT-FREEDOM-KL25Z/mcuconf.h
index 441ddd87e..986d324e0 100644
--- a/demos/KINETIS/RT-FREEDOM-KL25Z/mcuconf.h
+++ b/demos/KINETIS/RT-FREEDOM-KL25Z/mcuconf.h
@@ -14,8 +14,8 @@
limitations under the License.
*/
-#ifndef _MCUCONF_H_
-#define _MCUCONF_H_
+#ifndef MCUCONF_H
+#define MCUCONF_H
/*
* STM32F0xx drivers configuration.
@@ -73,4 +73,4 @@
*/
#define KINETIS_SERIAL_USE_UART0 TRUE
-#endif /* _MCUCONF_H_ */
+#endif /* MCUCONF_H */