summaryrefslogtreecommitdiff
path: root/nuttx/include
diff options
context:
space:
mode:
authorpatacongo <patacongo@42af7a65-404d-4744-a932-0658087f49c3>2009-02-14 22:11:22 +0000
committerpatacongo <patacongo@42af7a65-404d-4744-a932-0658087f49c3>2009-02-14 22:11:22 +0000
commit957a769705c103fc4d2ddef08ef20e7d8dc8085b (patch)
tree4cb143c317997629bc964d57a1d13d8e84ac0db2 /nuttx/include
parentc5cfdd530f9a46b1ff6036e6d01bd22c80f7b60f (diff)
downloadpx4-nuttx-957a769705c103fc4d2ddef08ef20e7d8dc8085b.tar.gz
px4-nuttx-957a769705c103fc4d2ddef08ef20e7d8dc8085b.tar.bz2
px4-nuttx-957a769705c103fc4d2ddef08ef20e7d8dc8085b.zip
Back out last change
git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@1497 42af7a65-404d-4744-a932-0658087f49c3
Diffstat (limited to 'nuttx/include')
-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 5f0b055e8..87cdc8127 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 FAR void (*start_t)(void);
+typedef void (*start_t)(void);
/* This is the entry point into the main thread of the task
* or into a created pthread within the task.