aboutsummaryrefslogtreecommitdiffstats
path: root/os/hal/ports/STM32/LLD/TIMv1/stm32_tim.h
diff options
context:
space:
mode:
Diffstat (limited to 'os/hal/ports/STM32/LLD/TIMv1/stm32_tim.h')
-rw-r--r--os/hal/ports/STM32/LLD/TIMv1/stm32_tim.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/os/hal/ports/STM32/LLD/TIMv1/stm32_tim.h b/os/hal/ports/STM32/LLD/TIMv1/stm32_tim.h
index a9404b56c..af74c0811 100644
--- a/os/hal/ports/STM32/LLD/TIMv1/stm32_tim.h
+++ b/os/hal/ports/STM32/LLD/TIMv1/stm32_tim.h
@@ -23,8 +23,8 @@
* @{
*/
-#ifndef _STM32_TIM_H_
-#define _STM32_TIM_H_
+#ifndef STM32_TIM_H
+#define STM32_TIM_H
/*===========================================================================*/
/* Driver constants. */
@@ -445,6 +445,6 @@ typedef struct {
/* External declarations. */
/*===========================================================================*/
-#endif /* _STM32_TIM_H_ */
+#endif /* STM32_TIM_H */
/** @} */