mirror of
https://github.com/apache/nuttx.git
synced 2026-06-06 16:50:55 +08:00
drivers/usbdev/usbmsc.c: Fix build error with DEBUGASSERT
This commit is contained in:
committed by
Alan Carvalho de Assis
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);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user