diff options
Diffstat (limited to 'os/hal/templates/mcuconf.h')
-rw-r--r-- | os/hal/templates/mcuconf.h | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/os/hal/templates/mcuconf.h b/os/hal/templates/mcuconf.h index be4cfdebb..e20bbe6ab 100644 --- a/os/hal/templates/mcuconf.h +++ b/os/hal/templates/mcuconf.h @@ -14,8 +14,8 @@ limitations under the License.
*/
-#ifndef _MCUCONF_H_
-#define _MCUCONF_H_
+#ifndef MCUCONF_H
+#define MCUCONF_H
/*
* Platform drivers configuration.
@@ -27,4 +27,4 @@ #define PLATFORM_MCUCONF
-#endif /* _MCUCONF_H_ */
+#endif /* MCUCONF_H */
|