RTC typo fix
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@14157 27425a3e-05d8-49a3-a47f-9c15f0e5edd8
This commit is contained in:
parent
4913569895
commit
c0f61c3926
|
@ -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;
|
||||
|
|
Loading…
Reference in New Issue