diff options
Diffstat (limited to 'watch-library/watch/watch.c')
-rw-r--r-- | watch-library/watch/watch.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/watch-library/watch/watch.c b/watch-library/watch/watch.c index de7160c5..844ed3d9 100644 --- a/watch-library/watch/watch.c +++ b/watch-library/watch/watch.c @@ -35,6 +35,6 @@ void SYSTEM_Handler(void) { } } -bool watch_is_battery_low() { +bool watch_is_battery_low(void) { return battery_is_low; } |