mirror of
https://github.com/apache/nuttx.git
synced 2026-08-11 15:35:10 +00:00
Missing interrupt argument parameter.
This commit is contained in:
parent
44abbe60aa
commit
2ef4433220
1 changed files with 1 additions and 1 deletions
|
|
@ -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;
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue