summaryrefslogtreecommitdiff
path: root/nuttx/sched/mq_waitirq.c
diff options
context:
space:
mode:
Diffstat (limited to 'nuttx/sched/mq_waitirq.c')
-rw-r--r--nuttx/sched/mq_waitirq.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/nuttx/sched/mq_waitirq.c b/nuttx/sched/mq_waitirq.c
index 94a15df3c..c12de1675 100644
--- a/nuttx/sched/mq_waitirq.c
+++ b/nuttx/sched/mq_waitirq.c
@@ -90,7 +90,7 @@
*
****************************************************************************/
-void mq_waitirq(FAR _TCB *wtcb, int errcode)
+void mq_waitirq(FAR struct tcb_s *wtcb, int errcode)
{
FAR msgq_t *msgq;
irqstate_t saved_state;