mirror of
https://github.com/google/pebble.git
synced 2025-05-01 15:51:40 -04:00
spelling: regular
Signed-off-by: Josh Soref <2119212+jsoref@users.noreply.github.com>
This commit is contained in:
parent
5f98552305
commit
bc2c2393d7
1 changed files with 1 additions and 1 deletions
|
@ -48,7 +48,7 @@ void regular_timer_add_multiminute_callback(RegularTimerInfo* cb, uint16_t minut
|
||||||
|
|
||||||
//! Remove a callback already registered for either seconds or minutes.
|
//! Remove a callback already registered for either seconds or minutes.
|
||||||
//! WARNING: If you call this from your callback procedure, you are NOT allowed to free up the memory used for
|
//! WARNING: If you call this from your callback procedure, you are NOT allowed to free up the memory used for
|
||||||
//! the RegulartTimerInfo structure until after your callback exits!
|
//! the RegularTimerInfo structure until after your callback exits!
|
||||||
//! @return true iff the timer was successfully stopped (false may indicate no timer was
|
//! @return true iff the timer was successfully stopped (false may indicate no timer was
|
||||||
//! scheduled at all or the cb is currently executing)
|
//! scheduled at all or the cb is currently executing)
|
||||||
bool regular_timer_remove_callback(RegularTimerInfo* cb);
|
bool regular_timer_remove_callback(RegularTimerInfo* cb);
|
||||||
|
|
Loading…
Add table
Reference in a new issue