mirror of
https://github.com/eried/portapack-mayhem.git
synced 2025-05-16 13:42:16 -04:00
Hide some M0 EventDispatcher event masks.
This commit is contained in:
parent
dbc2a5c9ea
commit
f731366248
3 changed files with 14 additions and 5 deletions
|
@ -54,7 +54,7 @@ CH_IRQ_HANDLER(PIN_INT4_IRQHandler) {
|
|||
CH_IRQ_PROLOGUE();
|
||||
|
||||
chSysLockFromIsr();
|
||||
EventDispatcher::events_flag_isr(EVT_MASK_LCD_FRAME_SYNC);
|
||||
EventDispatcher::event_isr_lcd_frame_sync();
|
||||
chSysUnlockFromIsr();
|
||||
|
||||
LPC_GPIO_INT->IST = (1U << 4);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue