summaryrefslogtreecommitdiffstats
path: root/watch-library/watch/watch.h
diff options
context:
space:
mode:
Diffstat (limited to 'watch-library/watch/watch.h')
-rw-r--r--watch-library/watch/watch.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/watch-library/watch/watch.h b/watch-library/watch/watch.h
index fee8f4ea..669a5ed1 100644
--- a/watch-library/watch/watch.h
+++ b/watch-library/watch/watch.h
@@ -71,6 +71,6 @@
* the battery voltage has fallen to 2.5 volts, it will have probably less than 10% of its capacity remaining, and
* you can expect the voltage to drop relatively quickly as the battery dies.
*/
-bool watch_is_battery_low();
+bool watch_is_battery_low(void);
#endif /* WATCH_H_ */ \ No newline at end of file