mirror of
https://github.com/apache/nuttx.git
synced 2026-05-28 11:56:10 +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)
|
#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();
|
stm32_alarmcb();
|
||||||
return OK;
|
return OK;
|
||||||
|
|||||||
Reference in New Issue
Block a user