mirror of
https://github.com/apache/nuttx.git
synced 2026-06-08 01:42:58 +08:00
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:
@@ -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__ */
|
||||
|
||||
|
||||
Reference in New Issue
Block a user