summaryrefslogtreecommitdiff
path: root/nuttx/configs/vsn/src/sif.c
diff options
context:
space:
mode:
authorpatacongo <patacongo@42af7a65-404d-4744-a932-0658087f49c3>2011-07-30 15:31:23 +0000
committerpatacongo <patacongo@42af7a65-404d-4744-a932-0658087f49c3>2011-07-30 15:31:23 +0000
commit291ccd2db69524176b349100a5710e451039a8ec (patch)
tree84b3fb4f6f18ac36555df5677a8e0dfcde91af16 /nuttx/configs/vsn/src/sif.c
parent04c0868c718d4c98d6af747cf08f613bc45d1c2c (diff)
downloadnuttx-291ccd2db69524176b349100a5710e451039a8ec.tar.gz
nuttx-291ccd2db69524176b349100a5710e451039a8ec.tar.bz2
nuttx-291ccd2db69524176b349100a5710e451039a8ec.zip
More TSC2007 driver updates
git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@3830 42af7a65-404d-4744-a932-0658087f49c3
Diffstat (limited to 'nuttx/configs/vsn/src/sif.c')
-rw-r--r--nuttx/configs/vsn/src/sif.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/nuttx/configs/vsn/src/sif.c b/nuttx/configs/vsn/src/sif.c
index 456f38a30..0e08280de 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 int cc1101_eventcb(int irq, FAR void *context)
+extern int cc1101_eventcb(int irq, FAR void *context);
int sif_main(int argc, char *argv[])
{