From c0f61c3926e0960c5037d26ea1023386fc475357 Mon Sep 17 00:00:00 2001 From: cinsights Date: Fri, 9 Apr 2021 09:29:00 +0000 Subject: [PATCH] RTC typo fix git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@14157 27425a3e-05d8-49a3-a47f-9c15f0e5edd8 --- os/hal/ports/RP/LLD/RTCv1/hal_rtc_lld.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/os/hal/ports/RP/LLD/RTCv1/hal_rtc_lld.c b/os/hal/ports/RP/LLD/RTCv1/hal_rtc_lld.c index cd5206502..3a9736162 100644 --- a/os/hal/ports/RP/LLD/RTCv1/hal_rtc_lld.c +++ b/os/hal/ports/RP/LLD/RTCv1/hal_rtc_lld.c @@ -106,7 +106,7 @@ void rtc_lld_init(void) { #if (RTC_ALARMS > 0) RTCD1.mask = RTC_DISABLE_ALL_DT_ALARMS; -##endif +#endif /* RTC register bank pointer initialization.*/ RTCD1.rtc = RTC;