mirror of
https://github.com/apache/nuttx.git
synced 2026-05-20 12:33:27 +08:00
Olimexino STM32: Fix irq handler function signature
This commit is contained in:
committed by
Gregory Nutt
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;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user