mirror of
https://github.com/google/pebble.git
synced 2025-05-01 07:41:41 -04:00
spelling: processing
Signed-off-by: Josh Soref <2119212+jsoref@users.noreply.github.com>
This commit is contained in:
parent
8c57480b2a
commit
4329f3eeb6
1 changed files with 1 additions and 1 deletions
|
@ -747,7 +747,7 @@ void activity_algorithm_post_process_sleep_sessions(uint16_t num_input_sessions,
|
||||||
const time_t end_utc = session->start_utc + (session->length_min * SECONDS_PER_MINUTE);
|
const time_t end_utc = session->start_utc + (session->length_min * SECONDS_PER_MINUTE);
|
||||||
const unsigned end_minute = time_util_get_minute_of_day(end_utc);
|
const unsigned end_minute = time_util_get_minute_of_day(end_utc);
|
||||||
|
|
||||||
ACTIVITY_LOG_DEBUG("procesing activity %d, start_min: %u, len: %"PRIu16"",
|
ACTIVITY_LOG_DEBUG("processing activity %d, start_min: %u, len: %"PRIu16"",
|
||||||
(int)session->type, start_minute, session->length_min);
|
(int)session->type, start_minute, session->length_min);
|
||||||
|
|
||||||
// Skip if not a sleep session
|
// Skip if not a sleep session
|
||||||
|
|
Loading…
Add table
Reference in a new issue