Missing interrupt argument parameter.

This commit is contained in:
Gregory Nutt 2017-02-27 14:53:37 -06:00
parent 44abbe60aa
commit 2ef4433220

View File

@ -122,7 +122,7 @@ static int stm32_exti_pvd_isr(int irq, void *context, FAR void *arg)
****************************************************************************/
xcpt_t stm32_exti_pvd(bool risingedge, bool fallingedge, bool event,
xcpt_t func)
xcpt_t func, void *arg)
{
xcpt_t oldhandler;