summaryrefslogtreecommitdiff
path: root/nuttx/sched/pg_internal.h
diff options
context:
space:
mode:
Diffstat (limited to 'nuttx/sched/pg_internal.h')
-rw-r--r--nuttx/sched/pg_internal.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/nuttx/sched/pg_internal.h b/nuttx/sched/pg_internal.h
index e7bafcd91..ecece8650 100644
--- a/nuttx/sched/pg_internal.h
+++ b/nuttx/sched/pg_internal.h
@@ -98,7 +98,7 @@ extern pid_t g_pgworker;
* TSTATE_TASK_INVALID.
*/
-extern FAR _TCB *g_pftcb;
+extern FAR struct tcb_s *g_pftcb;
/****************************************************************************
* Public Function Prototypes