Fix calling start callback
This commit is contained in:
@@ -200,7 +200,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;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user