summaryrefslogtreecommitdiff
path: root/nuttx/sched/task_start.c
diff options
context:
space:
mode:
Diffstat (limited to 'nuttx/sched/task_start.c')
-rw-r--r--nuttx/sched/task_start.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/nuttx/sched/task_start.c b/nuttx/sched/task_start.c
index 5a32a5dd8..5a66089c6 100644
--- a/nuttx/sched/task_start.c
+++ b/nuttx/sched/task_start.c
@@ -91,7 +91,7 @@
void task_start(void)
{
- FAR _TCB *tcb = (FAR _TCB*)g_readytorun.head;
+ FAR struct tcb_s *tcb = (FAR struct tcb_s*)g_readytorun.head;
int argc;
/* Execute the start hook if one has been registered */