mirror of
https://github.com/google/pebble.git
synced 2025-04-30 07:21:39 -04:00
spelling: today
Signed-off-by: Josh Soref <2119212+jsoref@users.noreply.github.com>
This commit is contained in:
parent
913fa41c99
commit
7594b4c878
1 changed files with 1 additions and 1 deletions
|
@ -60,7 +60,7 @@ void health_data_update_step_derived_metrics(HealthData *health_data);
|
||||||
|
|
||||||
//! Update the number of steps the user has taken today
|
//! Update the number of steps the user has taken today
|
||||||
//! @param health_data A pointer to the health data to use
|
//! @param health_data A pointer to the health data to use
|
||||||
//! @param new_steps the new value of the steps for toaday
|
//! @param new_steps the new value of the steps for today
|
||||||
void health_data_update_steps(HealthData *health_data, uint32_t new_steps);
|
void health_data_update_steps(HealthData *health_data, uint32_t new_steps);
|
||||||
|
|
||||||
//! Update the number of seconds the user has slept today
|
//! Update the number of seconds the user has slept today
|
||||||
|
|
Loading…
Add table
Reference in a new issue