summaryrefslogtreecommitdiff
path: root/nuttx/sched/sched_setscheduler.c
diff options
context:
space:
mode:
Diffstat (limited to 'nuttx/sched/sched_setscheduler.c')
-rw-r--r--nuttx/sched/sched_setscheduler.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/nuttx/sched/sched_setscheduler.c b/nuttx/sched/sched_setscheduler.c
index 7f7f345b4..682f50530 100644
--- a/nuttx/sched/sched_setscheduler.c
+++ b/nuttx/sched/sched_setscheduler.c
@@ -108,7 +108,7 @@
int sched_setscheduler(pid_t pid, int policy,
const struct sched_param *param)
{
- FAR _TCB *tcb;
+ FAR struct tcb_s *tcb;
#if CONFIG_RR_INTERVAL > 0
irqstate_t saved_state;
#endif