aboutsummaryrefslogtreecommitdiffstats
path: root/demos/KINETIS/RT-FREEDOM-K20D50M/mcuconf.h
diff options
context:
space:
mode:
Diffstat (limited to 'demos/KINETIS/RT-FREEDOM-K20D50M/mcuconf.h')
-rw-r--r--demos/KINETIS/RT-FREEDOM-K20D50M/mcuconf.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/demos/KINETIS/RT-FREEDOM-K20D50M/mcuconf.h b/demos/KINETIS/RT-FREEDOM-K20D50M/mcuconf.h
index cb9a45af4..6a780907e 100644
--- a/demos/KINETIS/RT-FREEDOM-K20D50M/mcuconf.h
+++ b/demos/KINETIS/RT-FREEDOM-K20D50M/mcuconf.h
@@ -14,8 +14,8 @@
limitations under the License.
*/
-#ifndef _MCUCONF_H_
-#define _MCUCONF_H_
+#ifndef MCUCONF_H
+#define MCUCONF_H
#define K20x_MCUCONF
@@ -71,4 +71,4 @@
*/
#define KINETIS_SERIAL_USE_UART0 TRUE
-#endif /* _MCUCONF_H_ */
+#endif /* MCUCONF_H */