2022-02-13 23:32:17 -05:00

6 lines
84 B
C

#include "watch.h"
bool watch_is_buzzer_or_led_enabled(void) {
return false;
}