rtc: set flags for IRQ_CONNECT_STATIC call
IRQ_CONNECT_STATIC now has the IRQ flags as the sixth parameter. Change-Id: Ib3efe15a128d74b84d83df3f8aeb39cdcea5ee41 Signed-off-by: Anas Nashif <anas.nashif@intel.com>
This commit is contained in:
parent
3fc5e279d5
commit
b4edcb80cc
1 changed files with 1 additions and 1 deletions
|
@ -77,7 +77,7 @@ void rtc_dw_isr(void)
|
|||
/* clear interrupt */
|
||||
sys_read32(RTC_BASE_ADDR + RTC_EOI);
|
||||
}
|
||||
IRQ_CONNECT_STATIC(rtc, INT_RTC_IRQ, CONFIG_RTC_IRQ_PRI, rtc_dw_isr, 0);
|
||||
IRQ_CONNECT_STATIC(rtc, INT_RTC_IRQ, CONFIG_RTC_IRQ_PRI, rtc_dw_isr, 0, 0);
|
||||
|
||||
/**
|
||||
* @brief Sets an RTC alarm
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue