new name for irq handlers
This commit is contained in:
parent
dccad01e8f
commit
dbf31b4e28
@ -132,8 +132,8 @@ void watch_buzzer_abort_sequence(void) {
|
|||||||
_tcc_write_RUNSTDBY(false);
|
_tcc_write_RUNSTDBY(false);
|
||||||
}
|
}
|
||||||
|
|
||||||
void TC3_Handler(void) {
|
void irq_handler_tc3(void) {
|
||||||
// interrupt handler vor TC3 (globally!)
|
// interrupt handler for TC3 (globally!)
|
||||||
cb_watch_buzzer_seq();
|
cb_watch_buzzer_seq();
|
||||||
TC3->COUNT8.INTFLAG.reg |= TC_INTFLAG_OVF;
|
TC3->COUNT8.INTFLAG.reg |= TC_INTFLAG_OVF;
|
||||||
}
|
}
|
||||||
|
|||||||
@ -188,7 +188,7 @@ void watch_buzzer_play_sequence(int8_t *note_sequence, void (*callback_on_end)(v
|
|||||||
void watch_buzzer_abort_sequence(void);
|
void watch_buzzer_abort_sequence(void);
|
||||||
|
|
||||||
#ifndef __EMSCRIPTEN__
|
#ifndef __EMSCRIPTEN__
|
||||||
void TC3_Handler(void);
|
void irq_handler_tc3(void);
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
/** @addtogroup led LED Control
|
/** @addtogroup led LED Control
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user