diff options
Diffstat (limited to 'os/hal/ports/STM32/LLD/RTCv1')
-rw-r--r-- | os/hal/ports/STM32/LLD/RTCv1/hal_rtc_lld.h | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/os/hal/ports/STM32/LLD/RTCv1/hal_rtc_lld.h b/os/hal/ports/STM32/LLD/RTCv1/hal_rtc_lld.h index 04df16e11..966638380 100644 --- a/os/hal/ports/STM32/LLD/RTCv1/hal_rtc_lld.h +++ b/os/hal/ports/STM32/LLD/RTCv1/hal_rtc_lld.h @@ -26,8 +26,8 @@ * @{
*/
-#ifndef _RTC_LLD_H_
-#define _RTC_LLD_H_
+#ifndef HAL_RTC_LLD_H
+#define HAL_RTC_LLD_H
#if HAL_USE_RTC || defined(__DOXYGEN__)
@@ -193,6 +193,6 @@ extern "C" { #endif /* HAL_USE_RTC */
-#endif /* _RTC_LLD_H_ */
+#endif /* HAL_RTC_LLD_H */
/** @} */
|