diff options
Diffstat (limited to 'demos/STM32/RT-STM32L152RE-NUCLEO/mcuconf.h')
-rw-r--r-- | demos/STM32/RT-STM32L152RE-NUCLEO/mcuconf.h | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/demos/STM32/RT-STM32L152RE-NUCLEO/mcuconf.h b/demos/STM32/RT-STM32L152RE-NUCLEO/mcuconf.h index cfec00cf7..6e60725aa 100644 --- a/demos/STM32/RT-STM32L152RE-NUCLEO/mcuconf.h +++ b/demos/STM32/RT-STM32L152RE-NUCLEO/mcuconf.h @@ -14,8 +14,8 @@ limitations under the License.
*/
-#ifndef _MCUCONF_H_
-#define _MCUCONF_H_
+#ifndef MCUCONF_H
+#define MCUCONF_H
/*
* STM32L1xx drivers configuration.
@@ -205,4 +205,4 @@ */
#define STM32_WDG_USE_IWDG FALSE
-#endif /* _MCUCONF_H_ */
+#endif /* MCUCONF_H */
|