From 21de300584601f990c440757197097746fa40034 Mon Sep 17 00:00:00 2001 From: patacongo Date: Thu, 7 Jul 2011 16:20:35 +0000 Subject: 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 --- nuttx/configs/vsn/src/sif.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'nuttx/configs/vsn') diff --git a/nuttx/configs/vsn/src/sif.c b/nuttx/configs/vsn/src/sif.c index acce5afc4..456f38a30 100644 --- a/nuttx/configs/vsn/src/sif.c +++ b/nuttx/configs/vsn/src/sif.c @@ -496,7 +496,7 @@ int sif_init(void) * Provides direct access to the sensor connector, readings, and diagnostic. **/ -extern void cc1101_eventcb(void); +extern int cc1101_eventcb(int irq, FAR void *context) int sif_main(int argc, char *argv[]) { -- cgit v1.2.3