summaryrefslogtreecommitdiff
path: root/nuttx/sched/sched_addprioritized.c
diff options
context:
space:
mode:
Diffstat (limited to 'nuttx/sched/sched_addprioritized.c')
-rw-r--r--nuttx/sched/sched_addprioritized.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/nuttx/sched/sched_addprioritized.c b/nuttx/sched/sched_addprioritized.c
index 9b0c89e81..788b73263 100644
--- a/nuttx/sched/sched_addprioritized.c
+++ b/nuttx/sched/sched_addprioritized.c
@@ -91,7 +91,7 @@
* match the state associated with the list.
************************************************************/
-boolean sched_addprioritized(FAR _TCB *tcb, NEAR dq_queue_t *list)
+boolean sched_addprioritized(FAR _TCB *tcb, DSEG dq_queue_t *list)
{
FAR _TCB *next;
FAR _TCB *prev;