aboutsummaryrefslogtreecommitdiffstats
path: root/os/hal/templates/halconf.h
diff options
context:
space:
mode:
Diffstat (limited to 'os/hal/templates/halconf.h')
-rw-r--r--os/hal/templates/halconf.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/os/hal/templates/halconf.h b/os/hal/templates/halconf.h
index a6e5db20b..451dd1282 100644
--- a/os/hal/templates/halconf.h
+++ b/os/hal/templates/halconf.h
@@ -25,8 +25,8 @@
* @{
*/
-#ifndef _HALCONF_H_
-#define _HALCONF_H_
+#ifndef HALCONF_H
+#define HALCONF_H
#include "mcuconf.h"
@@ -424,6 +424,6 @@
#endif
/** @} */
-#endif /* _HALCONF_H_ */
+#endif /* HALCONF_H */
/** @} */