diff options
author | Joey Castillo <joeycastillo@utexas.edu> | 2022-02-13 23:32:17 -0500 |
---|---|---|
committer | Joey Castillo <joeycastillo@utexas.edu> | 2022-02-13 23:32:17 -0500 |
commit | 2d9192dff1dcd22951eba73b5f23742a4622e1e6 (patch) | |
tree | 56f3628f221a3a4cd587a4e30f07e8e3991457b6 /watch-library | |
parent | c7f6387aee75cc76d3eae2ab23b419e9edf88902 (diff) | |
download | Sensor-Watch-2d9192dff1dcd22951eba73b5f23742a4622e1e6.tar.gz Sensor-Watch-2d9192dff1dcd22951eba73b5f23742a4622e1e6.tar.bz2 Sensor-Watch-2d9192dff1dcd22951eba73b5f23742a4622e1e6.zip |
remove obsolete low battery function from simulator
Diffstat (limited to 'watch-library')
-rw-r--r-- | watch-library/simulator/watch/watch.c | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/watch-library/simulator/watch/watch.c b/watch-library/simulator/watch/watch.c index 2b14d0ab..1c965aad 100644 --- a/watch-library/simulator/watch/watch.c +++ b/watch-library/simulator/watch/watch.c @@ -1,9 +1,5 @@ #include "watch.h" -bool watch_is_battery_low(void) { - return false; -} - bool watch_is_buzzer_or_led_enabled(void) { return false; } |