aboutsummaryrefslogtreecommitdiffstats
path: root/testhal/KINETIS/I2C/chconf.h
diff options
context:
space:
mode:
Diffstat (limited to 'testhal/KINETIS/I2C/chconf.h')
-rw-r--r--testhal/KINETIS/I2C/chconf.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/testhal/KINETIS/I2C/chconf.h b/testhal/KINETIS/I2C/chconf.h
index be6bd6135..a6f0a2bb6 100644
--- a/testhal/KINETIS/I2C/chconf.h
+++ b/testhal/KINETIS/I2C/chconf.h
@@ -25,8 +25,8 @@
* @{
*/
-#ifndef _CHCONF_H_
-#define _CHCONF_H_
+#ifndef CHCONF_H
+#define CHCONF_H
/*===========================================================================*/
/**
@@ -486,6 +486,6 @@
/* Port-specific settings (override port settings defaulted in chcore.h). */
/*===========================================================================*/
-#endif /* _CHCONF_H_ */
+#endif /* CHCONF_H */
/** @} */