Integrating z80

git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@463 42af7a65-404d-4744-a932-0658087f49c3
This commit is contained in:
patacongo
2007-12-30 18:13:22 +00:00
parent c2f88659b5
commit 772ad744e0
10 changed files with 44 additions and 15 deletions
+1 -1
View File
@@ -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__ */