mirror of
https://github.com/apache/nuttx.git
synced 2026-05-22 05:42:05 +08:00
Priority Inversion fixes:typo
This commit is contained in:
@@ -158,7 +158,7 @@ static FAR struct semholder_s *sem_findholder(sem_t *sem,
|
||||
|
||||
for (i = 0; i < 2; i++)
|
||||
{
|
||||
pholder = &sem->pholder[i];
|
||||
pholder = &sem->holder[i];
|
||||
if (pholder->htcb == htcb)
|
||||
{
|
||||
/* Got it! */
|
||||
|
||||
Reference in New Issue
Block a user