summaryrefslogtreecommitdiff
path: root/nuttx/sched/task_starthook.c
diff options
context:
space:
mode:
Diffstat (limited to 'nuttx/sched/task_starthook.c')
-rw-r--r--nuttx/sched/task_starthook.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/nuttx/sched/task_starthook.c b/nuttx/sched/task_starthook.c
index 1cb29349f..cf725a854 100644
--- a/nuttx/sched/task_starthook.c
+++ b/nuttx/sched/task_starthook.c
@@ -90,7 +90,7 @@
*
****************************************************************************/
-void task_starthook(FAR _TCB *tcb, starthook_t starthook, FAR void *arg)
+void task_starthook(FAR struct tcb_s *tcb, starthook_t starthook, FAR void *arg)
{
DEBUGASSERT(tcb);
tcb->starthook = starthook;