summaryrefslogtreecommitdiff
path: root/nuttx/sched/sched_addblocked.c
diff options
context:
space:
mode:
Diffstat (limited to 'nuttx/sched/sched_addblocked.c')
-rw-r--r--nuttx/sched/sched_addblocked.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/nuttx/sched/sched_addblocked.c b/nuttx/sched/sched_addblocked.c
index c0b80c8ac..66b10619b 100644
--- a/nuttx/sched/sched_addblocked.c
+++ b/nuttx/sched/sched_addblocked.c
@@ -88,7 +88,7 @@
*
************************************************************************/
-void sched_addblocked(FAR _TCB *btcb, tstate_t task_state)
+void sched_addblocked(FAR struct tcb_s *btcb, tstate_t task_state)
{
/* Make sure that we received a valid blocked state */