spelling: regular

Signed-off-by: Josh Soref <2119212+jsoref@users.noreply.github.com>
This commit is contained in:
Josh Soref 2025-01-28 15:35:03 -05:00
parent 5f98552305
commit bc2c2393d7

View file

@ -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);