mirror of
https://github.com/google/pebble.git
synced 2025-04-30 23:31:40 -04:00
spelling: execution
Signed-off-by: Josh Soref <2119212+jsoref@users.noreply.github.com>
This commit is contained in:
parent
0a46a061ff
commit
1c9c779192
1 changed files with 1 additions and 1 deletions
|
@ -50,7 +50,7 @@ void task_timer_manager_init(TaskTimerManager *manager, SemaphoreHandle_t semaph
|
||||||
//! returns portMAX_DELAY.
|
//! returns portMAX_DELAY.
|
||||||
TickType_t task_timer_manager_execute_expired_timers(TaskTimerManager *manager);
|
TickType_t task_timer_manager_execute_expired_timers(TaskTimerManager *manager);
|
||||||
|
|
||||||
//! Debugging interface to help understand why the task_timer exuction is stuck and what
|
//! Debugging interface to help understand why the task_timer execution is stuck and what
|
||||||
//! its stuck on.
|
//! its stuck on.
|
||||||
//! @return A pointer to the current callback that's running, NULL if no callback
|
//! @return A pointer to the current callback that's running, NULL if no callback
|
||||||
//! is currently running.
|
//! is currently running.
|
||||||
|
|
Loading…
Add table
Reference in a new issue