Back out last change

git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@1497 42af7a65-404d-4744-a932-0658087f49c3
This commit is contained in:
patacongo 2009-02-14 22:11:22 +00:00
parent c9cdb5b1a1
commit 7127caf67d

View File

@ -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.