Hide some M0 EventDispatcher event masks.

This commit is contained in:
Jared Boone 2016-06-19 11:41:38 -07:00
parent dbc2a5c9ea
commit f731366248
3 changed files with 14 additions and 5 deletions

View file

@ -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);