Olimexino STM32: Fix irq handler function signature
This commit is contained in:
parent
df0a05c682
commit
585b1892c2
@ -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…
Reference in New Issue
Block a user