04276c1999
As a positive side effect, the led will stop emitting the faintiest of blinks when the buzzer starts playing.
10 lines
173 B
C
10 lines
173 B
C
#include "watch.h"
|
|
|
|
bool watch_is_usb_enabled(void) {
|
|
return true;
|
|
}
|
|
|
|
void watch_reset_to_bootloader(void) {
|
|
// No bootloader in the simulator; nothing to do here
|
|
}
|