summaryrefslogtreecommitdiff
path: root/nuttx/include
diff options
context:
space:
mode:
authorpatacongo <patacongo@42af7a65-404d-4744-a932-0658087f49c3>2007-12-30 18:13:22 +0000
committerpatacongo <patacongo@42af7a65-404d-4744-a932-0658087f49c3>2007-12-30 18:13:22 +0000
commit3eb484bd4d79de731b743d9dccf9a2535b82699f (patch)
treed1294e332ccb95febfb82745a73d1cfcb29366bd /nuttx/include
parentc5ba5065cbf2b43101f4c311f56d55a0ff99bad6 (diff)
downloadpx4-nuttx-3eb484bd4d79de731b743d9dccf9a2535b82699f.tar.gz
px4-nuttx-3eb484bd4d79de731b743d9dccf9a2535b82699f.tar.bz2
px4-nuttx-3eb484bd4d79de731b743d9dccf9a2535b82699f.zip
Integrating z80
git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@463 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 1de713843..3fa2eace6 100644
--- a/nuttx/include/nuttx/sched.h
+++ b/nuttx/include/nuttx/sched.h
@@ -268,7 +268,7 @@ typedef struct _TCB _TCB;
/* This is the callback type used by sched_foreach() */
-typedef void (sched_foreach_t)(FAR _TCB *tcb, FAR void *arg);
+typedef void (*sched_foreach_t)(FAR _TCB *tcb, FAR void *arg);
#endif /* __ASSEMBLY__ */