diff --git a/os/hal/platforms/STM32/RTCv1/rtc_lld.c b/os/hal/platforms/STM32/RTCv1/rtc_lld.c index b90b1e668..13f303bbe 100644 --- a/os/hal/platforms/STM32/RTCv1/rtc_lld.c +++ b/os/hal/platforms/STM32/RTCv1/rtc_lld.c @@ -87,7 +87,7 @@ static void rtc_lld_acquire(void) { * * @notapi */ -static void rtc_lld_release(void) { +static void rtc_lld_release(void) { RTC->CRL &= ~RTC_CRL_CNF; }