From 291ccd2db69524176b349100a5710e451039a8ec Mon Sep 17 00:00:00 2001 From: patacongo Date: Sat, 30 Jul 2011 15:31:23 +0000 Subject: More TSC2007 driver updates git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@3830 42af7a65-404d-4744-a932-0658087f49c3 --- nuttx/configs/vsn/src/sif.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'nuttx/configs') 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[]) { -- cgit v1.2.3