Merge remote-tracking branch 'origin/master' into usbhub
This commit is contained in:
commit
7cf1c4a808
1 changed files with 1 additions and 1 deletions
|
|
@ -102,7 +102,7 @@ int sem_trywait(FAR sem_t *sem)
|
|||
|
||||
/* This API should not be called from interrupt handlers */
|
||||
|
||||
DEBUGASSERT(up_interrupt_context() == false)
|
||||
DEBUGASSERT(up_interrupt_context() == false);
|
||||
|
||||
/* Assume any errors reported are due to invalid arguments. */
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue