Freedom K64F: Fix prototype of interrupt handler.

This commit is contained in:
Gregory Nutt
2017-02-27 09:10:56 -06:00
parent 221c94e568
commit 8b06dc7ee9
+1 -1
View File
@@ -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() */