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

@ -39,7 +39,7 @@ CH_IRQ_HANDLER(RTC_IRQHandler) {
CH_IRQ_PROLOGUE();
chSysLockFromIsr();
EventDispatcher::events_flag_isr(EVT_MASK_RTC_TICK);
EventDispatcher::event_isr_rtc_tick();
chSysUnlockFromIsr();
rtc::interrupt::clear_all();