aboutsummaryrefslogtreecommitdiffstats
path: root/os/hal/ports/STM32/STM32F1xx/stm32_registry.h
diff options
context:
space:
mode:
Diffstat (limited to 'os/hal/ports/STM32/STM32F1xx/stm32_registry.h')
-rw-r--r--os/hal/ports/STM32/STM32F1xx/stm32_registry.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/os/hal/ports/STM32/STM32F1xx/stm32_registry.h b/os/hal/ports/STM32/STM32F1xx/stm32_registry.h
index 5e935c3c8..ed407daaf 100644
--- a/os/hal/ports/STM32/STM32F1xx/stm32_registry.h
+++ b/os/hal/ports/STM32/STM32F1xx/stm32_registry.h
@@ -22,8 +22,8 @@
* @{
*/
-#ifndef _STM32_REGISTRY_H_
-#define _STM32_REGISTRY_H_
+#ifndef STM32_REGISTRY_H
+#define STM32_REGISTRY_H
#if defined(STM32F100xB)
#define STM32F10X_MD_VL
@@ -1331,6 +1331,6 @@
/** @} */
#endif /* defined(STM32F10X_CL) */
-#endif /* _STM32_REGISTRY_H_ */
+#endif /* STM32_REGISTRY_H */
/** @} */