From 0adb0066786ed168b05d9f2077494a13a401939f Mon Sep 17 00:00:00 2001 From: Josh Soref <2119212+jsoref@users.noreply.github.com> Date: Tue, 28 Jan 2025 10:51:57 -0500 Subject: [PATCH] spelling: for Signed-off-by: Josh Soref <2119212+jsoref@users.noreply.github.com> --- .../normal/activity/kraepelin/activity_algorithm_kraepelin.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/fw/services/normal/activity/kraepelin/activity_algorithm_kraepelin.c b/src/fw/services/normal/activity/kraepelin/activity_algorithm_kraepelin.c index 08d999d9..e26a87f2 100644 --- a/src/fw/services/normal/activity/kraepelin/activity_algorithm_kraepelin.c +++ b/src/fw/services/normal/activity/kraepelin/activity_algorithm_kraepelin.c @@ -1240,7 +1240,7 @@ bool activity_algorithm_get_minute_history(HealthMinuteData *minute_data, uint32 // Init for missing records memset(minute_data, 0xFF, array_size * sizeof(HealthMinuteData)); - // Figure out the lowest key value for for chunks that go into this buffer + // Figure out the lowest key value for chunks that go into this buffer time_t utc_now = rtc_get_time(); const time_t oldest_possible = utc_now - ALG_MINUTE_FILE_MAX_ENTRIES * ALG_MINUTES_PER_FILE_RECORD * SECONDS_PER_MINUTE;