mirror of
https://github.com/firewalkwithm3/Sensor-Watch.git
synced 2024-11-22 19:20:30 +08:00
remove obsolete low battery function from simulator
This commit is contained in:
parent
c7f6387aee
commit
2d9192dff1
|
@ -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;
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue