mirror of
https://github.com/google/pebble.git
synced 2025-04-30 15:21:41 -04:00
spelling: for
Signed-off-by: Josh Soref <2119212+jsoref@users.noreply.github.com>
This commit is contained in:
parent
390d433bf8
commit
0adb006678
1 changed files with 1 additions and 1 deletions
|
@ -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;
|
||||
|
|
Loading…
Add table
Reference in a new issue