summaryrefslogtreecommitdiff
path: root/nuttx/drivers/wireless
diff options
context:
space:
mode:
authorpatacongo <patacongo@42af7a65-404d-4744-a932-0658087f49c3>2011-07-07 16:20:35 +0000
committerpatacongo <patacongo@42af7a65-404d-4744-a932-0658087f49c3>2011-07-07 16:20:35 +0000
commit21de300584601f990c440757197097746fa40034 (patch)
treedb07761a3cee55d5c466a67261f0da23d73e8c96 /nuttx/drivers/wireless
parent6aaedb5fc741627830baa841728c504b62e047a6 (diff)
downloadpx4-nuttx-21de300584601f990c440757197097746fa40034.tar.gz
px4-nuttx-21de300584601f990c440757197097746fa40034.tar.bz2
px4-nuttx-21de300584601f990c440757197097746fa40034.zip
Add support for STM3210E-EVAL button interrupts
git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@3750 42af7a65-404d-4744-a932-0658087f49c3
Diffstat (limited to 'nuttx/drivers/wireless')
-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
****************************************************************************/