summaryrefslogtreecommitdiff
path: root/nuttx/include/nuttx/sched.h
diff options
context:
space:
mode:
Diffstat (limited to 'nuttx/include/nuttx/sched.h')
-rw-r--r--nuttx/include/nuttx/sched.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/nuttx/include/nuttx/sched.h b/nuttx/include/nuttx/sched.h
index 87cdc8127..5f0b055e8 100644
--- a/nuttx/include/nuttx/sched.h
+++ b/nuttx/include/nuttx/sched.h
@@ -125,7 +125,7 @@ typedef enum tstate_e tstate_t;
/* The following is the form of a thread start-up function */
-typedef void (*start_t)(void);
+typedef FAR void (*start_t)(void);
/* This is the entry point into the main thread of the task
* or into a created pthread within the task.