spelling: false

Signed-off-by: Josh Soref <2119212+jsoref@users.noreply.github.com>
This commit is contained in:
Josh Soref 2025-01-28 11:55:54 -05:00
parent bd5b200a81
commit 9a28b928ad

View file

@ -102,7 +102,7 @@ void alarm_set_enabled(AlarmId id, bool enable);
void alarm_delete(AlarmId id);
//! @param id The alarm that is being queried
//! @return True if the alarm exists and is not disabled, Flase otherwise
//! @return True if the alarm exists and is not disabled, False otherwise
bool alarm_get_enabled(AlarmId id);
//! @param id The alarm that should be deleted