mirror of
https://github.com/google/pebble.git
synced 2025-04-30 15:21:41 -04:00
spelling: false
Signed-off-by: Josh Soref <2119212+jsoref@users.noreply.github.com>
This commit is contained in:
parent
bd5b200a81
commit
9a28b928ad
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Reference in a new issue