spelling: accuracy

Signed-off-by: Josh Soref <2119212+jsoref@users.noreply.github.com>
This commit is contained in:
Josh Soref 2025-01-28 12:18:59 -05:00
parent d2e293116f
commit 2a9f359b51
1 changed files with 1 additions and 1 deletions

View File

@ -213,7 +213,7 @@ void rtc_alarm_init(void) {
RTC_WakeUpCmd(DISABLE);
// 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.
// 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.