mirror of
https://github.com/apache/nuttx.git
synced 2026-05-26 18:56:10 +08:00
UDP Networking: Misc fixes to get the last changes working + cleanup
This commit is contained in:
@@ -218,7 +218,7 @@ int net_timedwait(sem_t *sem, FAR const struct timespec *abstime)
|
||||
}
|
||||
else
|
||||
{
|
||||
/* Wait as long as necessary to get the lot */
|
||||
/* Wait as long as necessary to get the lock */
|
||||
|
||||
ret = sem_wait(sem);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user