6 lines
84 B
C
6 lines
84 B
C
#include "watch.h"
|
|
|
|
bool watch_is_buzzer_or_led_enabled(void) {
|
|
return false;
|
|
}
|