diff --git a/doc/src/usbh/lib.rs.html b/doc/src/usbh/lib.rs.html index 840e1ba..42f1236 100644 --- a/doc/src/usbh/lib.rs.html +++ b/doc/src/usbh/lib.rs.html @@ -757,6 +757,10 @@ 757 758 759 +760 +761 +762 +763
//! Experimental host-side USB stack for embedded devices.
//!
//! `usbh` aims to abstract between two things:
@@ -1514,6 +1518,10 @@
_ => {}
}
}
+
+ if self.active_transfer.is_some() {
+ self.active_transfer.take();
+ }
}
}