stm32/rtc: Remove non-ASCII mu-character from source code comment.
And fix a typo in the comment on this line.
This commit is contained in:
parent
3c9f78b048
commit
fd112239d6
@ -52,7 +52,7 @@ static mp_uint_t rtc_info;
|
||||
// Note: LSI is around (32KHz), these dividers should work either way
|
||||
// ck_spre(1Hz) = RTCCLK(LSE) /(uwAsynchPrediv + 1)*(uwSynchPrediv + 1)
|
||||
// modify RTC_ASYNCH_PREDIV & RTC_SYNCH_PREDIV in board/<BN>/mpconfigport.h to change sub-second ticks
|
||||
// default is 3906.25 µs, min is ~30.52 µs (will increas Ivbat by ~500nA)
|
||||
// default is 3906.25 us, min is ~30.52 us (will increase Ivbat by ~500nA)
|
||||
#ifndef RTC_ASYNCH_PREDIV
|
||||
#define RTC_ASYNCH_PREDIV (0x7f)
|
||||
#endif
|
||||
|
Loading…
Reference in New Issue
Block a user