summaryrefslogtreecommitdiff
path: root/nuttx/drivers
diff options
context:
space:
mode:
Diffstat (limited to 'nuttx/drivers')
-rwxr-xr-xnuttx/drivers/wireless/cc1101/cc1101.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/nuttx/drivers/wireless/cc1101/cc1101.c b/nuttx/drivers/wireless/cc1101/cc1101.c
index 7bae2aebd..b13a8bc6d 100755
--- a/nuttx/drivers/wireless/cc1101/cc1101.c
+++ b/nuttx/drivers/wireless/cc1101/cc1101.c
@@ -449,12 +449,12 @@ volatile int cc1101_interrupt = 0;
* its callback, and it is up to peripheral to find, whether the cause
* of EXTI ISR was itself.
**/
-void cc1101_eventcb(void)
+
+int cc1101_eventcb(int irq, FAR void *context)
{
cc1101_interrupt++;
}
-
/****************************************************************************
* Public Functions
****************************************************************************/