diff options
Diffstat (limited to 'testhal/STM32/STM32L1xx/IRQ_STORM/halconf.h')
-rw-r--r-- | testhal/STM32/STM32L1xx/IRQ_STORM/halconf.h | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/testhal/STM32/STM32L1xx/IRQ_STORM/halconf.h b/testhal/STM32/STM32L1xx/IRQ_STORM/halconf.h index 8d1856021..3b925221f 100644 --- a/testhal/STM32/STM32L1xx/IRQ_STORM/halconf.h +++ b/testhal/STM32/STM32L1xx/IRQ_STORM/halconf.h @@ -25,8 +25,8 @@ * @{
*/
-#ifndef _HALCONF_H_
-#define _HALCONF_H_
+#ifndef HALCONF_H
+#define HALCONF_H
#include "mcuconf.h"
@@ -383,6 +383,6 @@ #define USB_USE_WAIT FALSE
#endif
-#endif /* _HALCONF_H_ */
+#endif /* HALCONF_H */
/** @} */
|