aboutsummaryrefslogtreecommitdiffstats
path: root/testhal/STM32/STM32L0xx/SPI/mcuconf.h
diff options
context:
space:
mode:
Diffstat (limited to 'testhal/STM32/STM32L0xx/SPI/mcuconf.h')
-rw-r--r--testhal/STM32/STM32L0xx/SPI/mcuconf.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/testhal/STM32/STM32L0xx/SPI/mcuconf.h b/testhal/STM32/STM32L0xx/SPI/mcuconf.h
index 81d8548c8..c4c0ba11b 100644
--- a/testhal/STM32/STM32L0xx/SPI/mcuconf.h
+++ b/testhal/STM32/STM32L0xx/SPI/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.
@@ -173,4 +173,4 @@
*/
#define STM32_WDG_USE_IWDG FALSE
-#endif /* _MCUCONF_H_ */
+#endif /* MCUCONF_H */