From 7e5818b4492e831cdb1d1c2c5ff5c8a72b090e99 Mon Sep 17 00:00:00 2001 From: Giovanni Di Sirio Date: Sat, 2 Apr 2016 09:03:53 +0000 Subject: Updated header guards for LLD files. git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@9211 35acf78f-673a-0410-8e92-d51de3d6d3f4 --- os/hal/ports/STM32/LLD/RTCv1/hal_rtc_lld.h | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'os/hal/ports/STM32/LLD/RTCv1') 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 */ /** @} */ -- cgit v1.2.3