mirror of
https://github.com/apache/nuttx.git
synced 2026-06-08 01:42:58 +08:00
Merge remote-tracking branch 'origin/master' into usbhub
This commit is contained in:
@@ -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. */
|
||||
|
||||
|
||||
Reference in New Issue
Block a user