mirror of
https://github.com/apache/nuttx.git
synced 2026-08-18 20:18:17 +00:00
Olimexino STM32: Fix irq handler function signature
This commit is contained in:
parent
df0a05c682
commit
585b1892c2
1 changed files with 1 additions and 1 deletions
|
|
@ -58,7 +58,7 @@
|
|||
************************************************************************************/
|
||||
|
||||
#if defined(CONFIG_USBDEV)
|
||||
static int vbus_handler(int irq, FAR void *context)
|
||||
static int vbus_handler(int irq, FAR void *context, FAR void *arg)
|
||||
{
|
||||
return OK;
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue