mirror of
https://github.com/apache/nuttx.git
synced 2026-06-06 08:36:24 +08:00
Updates to sparck configuration from David Sidrane
This commit is contained in:
@@ -423,7 +423,7 @@ static void usbmsc_unbind(FAR struct usbdevclass_driver_s *driver,
|
||||
* driver un-initialize logic.
|
||||
*/
|
||||
|
||||
DEBUGASSERT(priv->thstate == USBMSC_STATE_TERMINATED);
|
||||
DEBUGASSERT(priv->thstate == USBMSC_STATE_TERMINATED || priv->thstate == USBMSC_STATE_NOTSTARTED);
|
||||
|
||||
/* Make sure that we are not already unbound */
|
||||
|
||||
|
||||
Reference in New Issue
Block a user