move buzzer sequence timing to TC0

This commit is contained in:
joeycastillo
2024-09-29 12:43:01 -04:00
parent 9a0979fa55
commit e2ac434c3b
2 changed files with 24 additions and 24 deletions

View File

@ -207,7 +207,7 @@ void watch_buzzer_play_sequence(int8_t *note_sequence, void (*callback_on_end)(v
void watch_buzzer_abort_sequence(void);
#ifndef __EMSCRIPTEN__
void irq_handler_tc3(void);
void irq_handler_tc0(void);
#endif
/** @addtogroup led LED Control