]> git.earman.xyz Git - sensor-watch.git/commitdiff
remove obsolete low battery function from simulator
authorJoey Castillo <joeycastillo@utexas.edu>
Mon, 14 Feb 2022 04:32:17 +0000 (23:32 -0500)
committerJoey Castillo <joeycastillo@utexas.edu>
Mon, 14 Feb 2022 04:32:17 +0000 (23:32 -0500)
watch-library/simulator/watch/watch.c

index 2b14d0abb53ff10243efc7e49e20c103d599fcf3..1c965aadfa08d10f2f7badb0886fed466de58e00 100644 (file)
@@ -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;
 }