summaryrefslogtreecommitdiff
path: root/nuttx/sched/mq_timedsend.c
diff options
context:
space:
mode:
Diffstat (limited to 'nuttx/sched/mq_timedsend.c')
-rw-r--r--nuttx/sched/mq_timedsend.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/nuttx/sched/mq_timedsend.c b/nuttx/sched/mq_timedsend.c
index 745cc6272..d48dd32ce 100644
--- a/nuttx/sched/mq_timedsend.c
+++ b/nuttx/sched/mq_timedsend.c
@@ -93,7 +93,7 @@
static void mq_sndtimeout(int argc, uint32_t pid)
{
- FAR _TCB *wtcb;
+ FAR struct tcb_s *wtcb;
irqstate_t saved_state;
/* Disable interrupts. This is necessary because an interrupt handler may