mirror of
https://github.com/google/pebble.git
synced 2025-11-19 22:11:02 -05:00
spelling: false
Signed-off-by: Josh Soref <2119212+jsoref@users.noreply.github.com>
This commit is contained in:
@@ -102,7 +102,7 @@ void alarm_set_enabled(AlarmId id, bool enable);
|
|||||||
void alarm_delete(AlarmId id);
|
void alarm_delete(AlarmId id);
|
||||||
|
|
||||||
//! @param id The alarm that is being queried
|
//! @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);
|
bool alarm_get_enabled(AlarmId id);
|
||||||
|
|
||||||
//! @param id The alarm that should be deleted
|
//! @param id The alarm that should be deleted
|
||||||
|
|||||||
Reference in New Issue
Block a user