mirror of
https://github.com/google/pebble.git
synced 2025-04-30 15:21:41 -04:00
spelling: rescheduling
Signed-off-by: Josh Soref <2119212+jsoref@users.noreply.github.com>
This commit is contained in:
parent
71e60e3b87
commit
0d9e35fad1
1 changed files with 1 additions and 1 deletions
|
@ -46,7 +46,7 @@ typedef struct {
|
|||
|
||||
//! Timer for how long the combination has been held for. We use new_timer instead of app_timer
|
||||
//! even though it's a little more dangerous (doesn't automatically get cleaned up by the app)
|
||||
//! because the api is nicer for starting/stopping/resceduling the same timer over and over
|
||||
//! because the api is nicer for starting/stopping/rescheduling the same timer over and over
|
||||
//! again with different callbacks.
|
||||
TimerID combo_timer;
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue