drivers/usbdev/usbmsc.c: Fix build error with DEBUGASSERT
This commit is contained in:
parent
648a76b3c1
commit
c2ecdaecf7
@ -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…
Reference in New Issue
Block a user