clean up location of buzzer functions, notes

This commit is contained in:
joeycastillo
2024-09-18 17:25:41 -04:00
parent 422cea8ff6
commit c02c89c880
4 changed files with 10 additions and 6 deletions

View File

@@ -27,7 +27,6 @@
#include "tcc.h"
void _watch_enable_tcc(void);
void _watch_disable_tcc(void);
bool watch_is_buzzer_or_led_enabled(void){
return tcc_is_enabled(0);