From: Joey Castillo Date: Mon, 14 Feb 2022 04:32:17 +0000 (-0500) Subject: remove obsolete low battery function from simulator X-Git-Url: https://git.earman.xyz/?a=commitdiff_plain;h=2d9192dff1dcd22951eba73b5f23742a4622e1e6;p=sensor-watch.git remove obsolete low battery function from simulator --- diff --git a/watch-library/simulator/watch/watch.c b/watch-library/simulator/watch/watch.c index 2b14d0a..1c965aa 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; }