diff options
Diffstat (limited to 'demos/various/RT-Win32-Simulator/chconf.h')
-rw-r--r-- | demos/various/RT-Win32-Simulator/chconf.h | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/demos/various/RT-Win32-Simulator/chconf.h b/demos/various/RT-Win32-Simulator/chconf.h index c2082952a..7c596f355 100644 --- a/demos/various/RT-Win32-Simulator/chconf.h +++ b/demos/various/RT-Win32-Simulator/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 */
/** @} */
|