Fix calling start callback

This commit is contained in:
davidegirardi
2026-04-04 16:07:03 +02:00
parent 4f9d7b7219
commit ba9f41f963
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -230,7 +230,7 @@ void watch_buzzer_abort_sequence(void) {
}
void watch_buzzer_register_global_callbacks(watch_cb_t cb_start, watch_cb_t cb_stop) {
_cb_stop_global = cb_start;
_cb_start_global = cb_start;
_cb_stop_global = cb_stop;
}