summaryrefslogtreecommitdiff
path: root/nuttx/include
diff options
context:
space:
mode:
authorpatacongo <patacongo@42af7a65-404d-4744-a932-0658087f49c3>2011-03-15 10:40:39 +0000
committerpatacongo <patacongo@42af7a65-404d-4744-a932-0658087f49c3>2011-03-15 10:40:39 +0000
commit69ed3e725f394bd249cb732945a0fc989b394746 (patch)
tree645f24e34d2866b7c08ad0ee95ae7627585ee5b0 /nuttx/include
parent7506c552caceee913d936fde61c22ecb6ecc96c7 (diff)
downloadpx4-nuttx-69ed3e725f394bd249cb732945a0fc989b394746.tar.gz
px4-nuttx-69ed3e725f394bd249cb732945a0fc989b394746.tar.bz2
px4-nuttx-69ed3e725f394bd249cb732945a0fc989b394746.zip
Misc slip-related fixes
git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@3383 42af7a65-404d-4744-a932-0658087f49c3
Diffstat (limited to 'nuttx/include')
-rwxr-xr-xnuttx/include/nuttx/wqueue.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/nuttx/include/nuttx/wqueue.h b/nuttx/include/nuttx/wqueue.h
index 9e7961de2..2e4cd3e4e 100755
--- a/nuttx/include/nuttx/wqueue.h
+++ b/nuttx/include/nuttx/wqueue.h
@@ -59,7 +59,7 @@
/* Defines the work callback */
-typedef FAR void (*worker_t)(FAR void *arg);
+typedef void (*worker_t)(FAR void *arg);
/* Defines one entry in the work queue. The user only needs this structure
* in order to declare instances of the work structure. Handling of all