drivers/usbdev/usbmsc.c: Fix build error with DEBUGASSERT
This commit is contained in:
parent
648a76b3c1
commit
c2ecdaecf7
1 changed files with 1 additions and 1 deletions
|
|
@ -1856,7 +1856,7 @@ void usbmsc_uninitialize(FAR void *handle)
|
|||
* have no option but to continue with the teardown.
|
||||
*/
|
||||
|
||||
DEBUGASSERT(ret == OK || ret == -ECANCLED);
|
||||
DEBUGASSERT(ret == OK || ret == -ECANCELED);
|
||||
}
|
||||
while (ret < 0);
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue