summaryrefslogtreecommitdiff
path: root/nuttx/sched/sem_waitirq.c
diff options
context:
space:
mode:
Diffstat (limited to 'nuttx/sched/sem_waitirq.c')
-rw-r--r--nuttx/sched/sem_waitirq.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/nuttx/sched/sem_waitirq.c b/nuttx/sched/sem_waitirq.c
index 810663732..b7cbdce21 100644
--- a/nuttx/sched/sem_waitirq.c
+++ b/nuttx/sched/sem_waitirq.c
@@ -92,7 +92,7 @@
*
************************************************************/
-void sem_waitirq (_TCB *wtcb)
+void sem_waitirq(FAR _TCB *wtcb)
{
irqstate_t saved_state;
@@ -126,3 +126,4 @@ void sem_waitirq (_TCB *wtcb)
irqrestore(saved_state);
}
+