mirror of
https://github.com/apache/nuttx.git
synced 2026-06-04 23:03:27 +08:00
Freedom K64F: Fix prototype of interrupt handler.
This commit is contained in:
@@ -139,7 +139,7 @@ static void k64_mediachange(void)
|
||||
* Name: k64_cdinterrupt
|
||||
****************************************************************************/
|
||||
|
||||
static int k64_cdinterrupt(int irq, FAR void *context)
|
||||
static int k64_cdinterrupt(int irq, FAR void *context, FAR void *arg)
|
||||
{
|
||||
/* All of the work is done by k64_mediachange() */
|
||||
|
||||
|
||||
Reference in New Issue
Block a user