spelling: execution

Signed-off-by: Josh Soref <2119212+jsoref@users.noreply.github.com>
This commit is contained in:
Josh Soref 2025-01-28 14:41:50 -05:00
parent 0a46a061ff
commit 1c9c779192

View file

@ -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.