summaryrefslogtreecommitdiff
path: root/nuttx/include/nuttx/wqueue.h
diff options
context:
space:
mode:
Diffstat (limited to 'nuttx/include/nuttx/wqueue.h')
-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