summaryrefslogtreecommitdiffstats
path: root/watch-library/watch/watch.h
diff options
context:
space:
mode:
authorJoey Castillo <joeycastillo@utexas.edu>2021-12-10 15:55:54 -0500
committerJoey Castillo <joeycastillo@utexas.edu>2021-12-10 15:55:54 -0500
commite4f9737e21b6489be04e43f0af23aa968dba9ac2 (patch)
tree17475ccb72febde21425530eddce606f0176e23a /watch-library/watch/watch.h
parent8571bfa74f4de75fbb55b37e97de80351f5e92fe (diff)
parent762af872d2f2c977e51d6e51b8c3ad622485cc05 (diff)
downloadSensor-Watch-e4f9737e21b6489be04e43f0af23aa968dba9ac2.tar.gz
Sensor-Watch-e4f9737e21b6489be04e43f0af23aa968dba9ac2.tar.bz2
Sensor-Watch-e4f9737e21b6489be04e43f0af23aa968dba9ac2.zip
Merge branch 'main' into movement-timer-stuff
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