mirror of https://github.com/google/pebble
spelling: accuracy
Signed-off-by: Josh Soref <2119212+jsoref@users.noreply.github.com>
This commit is contained in:
parent
d2e293116f
commit
2a9f359b51
|
@ -213,7 +213,7 @@ void rtc_alarm_init(void) {
|
||||||
RTC_WakeUpCmd(DISABLE);
|
RTC_WakeUpCmd(DISABLE);
|
||||||
|
|
||||||
// Make sure this in in sync with the definition of LSE_FREQUENCY_HZ. This is the lowest setting
|
// Make sure this in in sync with the definition of LSE_FREQUENCY_HZ. This is the lowest setting
|
||||||
// for the highest frequency and therefore the highest accurracy. However, it limits us to only
|
// for the highest frequency and therefore the highest accuracy. However, it limits us to only
|
||||||
// setting wakeup timers for up to 4s~ (2^16 max counter value / (32768 / 2)) in the future.
|
// setting wakeup timers for up to 4s~ (2^16 max counter value / (32768 / 2)) in the future.
|
||||||
// This is fine for now as we have a regular timer register each second, so we'll never want to
|
// This is fine for now as we have a regular timer register each second, so we'll never want to
|
||||||
// stop for more than a single second.
|
// stop for more than a single second.
|
||||||
|
|
Loading…
Reference in New Issue