summaryrefslogtreecommitdiff
path: root/nuttx/sched/task_getgroup.c
diff options
context:
space:
mode:
Diffstat (limited to 'nuttx/sched/task_getgroup.c')
-rw-r--r--nuttx/sched/task_getgroup.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/nuttx/sched/task_getgroup.c b/nuttx/sched/task_getgroup.c
index fc5bd166e..d38977d40 100644
--- a/nuttx/sched/task_getgroup.c
+++ b/nuttx/sched/task_getgroup.c
@@ -93,7 +93,7 @@
FAR struct task_group_s *task_getgroup(pid_t pid)
{
- FAR _TCB *tcb = sched_gettcb(pid);
+ FAR struct tcb_s *tcb = sched_gettcb(pid);
if (tcb)
{
return tcb->group;