summaryrefslogtreecommitdiffstats
path: root/watch-library/simulator/watch/watch.c
blob: 749651af23bfe9913fe1a8af0c3ea8dec473568c (plain)
1
2
3
4
5
6
7
8
9
#include "watch.h"

bool watch_is_buzzer_or_led_enabled(void) {
    return false;
}

bool watch_is_usb_enabled(void) {
    return true;
}