mirror of
https://github.com/apache/nuttx.git
synced 2026-05-20 04:16:35 +08:00
STM3210E EVAL: Fix irq handler function type
This commit is contained in:
committed by
Gregory Nutt
parent
585b1892c2
commit
8277cf2cff
@@ -159,7 +159,7 @@ static void stm32_alarmcb(void)
|
||||
****************************************************************************/
|
||||
|
||||
#if defined(CONFIG_PM) && defined(CONFIG_RTC_ALARM)
|
||||
static int stm32_alarm_exti(int irq, FAR void *context)
|
||||
static int stm32_alarm_exti(int irq, FAR void *context, FAR void *arg)
|
||||
{
|
||||
stm32_alarmcb();
|
||||
return OK;
|
||||
|
||||
Reference in New Issue
Block a user