mirror of
https://github.com/apache/nuttx.git
synced 2026-05-19 20:06:24 +08:00
Fix an error introduced with last IOB fix
This commit is contained in:
@@ -146,7 +146,7 @@ static FAR struct iob_qentry_s *iob_allocwait_qentry(void)
|
||||
* complete the allocation without losing our count.
|
||||
*/
|
||||
|
||||
sem_post(sem);
|
||||
sem_post(&g_qentry_sem);
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user