From 7898b0c0ed916ab89506227657ff6a356e3c2bf5 Mon Sep 17 00:00:00 2001 From: Josh Soref <2119212+jsoref@users.noreply.github.com> Date: Tue, 28 Jan 2025 15:12:13 -0500 Subject: [PATCH] spelling: movement Signed-off-by: Josh Soref <2119212+jsoref@users.noreply.github.com> --- tests/fw/services/activity/test_activity.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/fw/services/activity/test_activity.c b/tests/fw/services/activity/test_activity.c index b5a21529..3ec83e9e 100644 --- a/tests/fw/services/activity/test_activity.c +++ b/tests/fw/services/activity/test_activity.c @@ -496,7 +496,7 @@ bool activity_algorithm_deinit(void) { } void activity_algorithm_handle_accel(AccelRawData *data, uint32_t num_samples, uint64_t timestamp) { - // For testing purposes, we'll use the x movment as the steps and y as the sleep state + // For testing purposes, we'll use the x movement as the steps and y as the sleep state ActivitySleepState prior_state = s_test_alg_state.minute_data.sleep_state; time_t now_secs = rtc_get_time(); s_test_alg_state.minute_data.last_captured_utc = now_secs;