mirror of
https://github.com/google/pebble.git
synced 2025-06-05 09:43:12 +00:00
spelling: semaphore
Signed-off-by: Josh Soref <2119212+jsoref@users.noreply.github.com>
This commit is contained in:
parent
acad6e8efa
commit
b33c3a748e
2 changed files with 3 additions and 3 deletions
|
@ -40,8 +40,8 @@ typedef struct TaskTimerManager {
|
|||
|
||||
|
||||
//! Initialize a passed in manager object.
|
||||
//! @param[in] semaphore a sempahore the TaskTimerManager should give if the next expiring timer
|
||||
//! has changed. The task event loop should block on this same semphore to
|
||||
//! @param[in] semaphore a semaphore the TaskTimerManager should give if the next expiring timer
|
||||
//! has changed. The task event loop should block on this same semaphore to
|
||||
//! handle timer updates in a timely fashion.
|
||||
void task_timer_manager_init(TaskTimerManager *manager, SemaphoreHandle_t semaphore);
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue