diff options
Diffstat (limited to 'os/hal')
-rw-r--r-- | os/hal/platforms/STM32/RTCv1/rtc_lld.c | 2 |
1 files changed, 1 insertions, 1 deletions
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;
}
|