We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8318f0c commit 5fe6f6aCopy full SHA for 5fe6f6a
src/control_pipe.rs
@@ -139,8 +139,8 @@ impl<B: UsbBus> ControlPipe<'_, B> {
139
Err(_err) => {
140
// Failed to read or buffer overflow (overflow is only possible if the host
141
// sends more data than it indicated in the SETUP request)
142
- self.set_error();
143
usb_debug!("Failed EP0 read: {:?}", _err);
+ self.set_error();
144
return Ok(None);
145
}
146
};
0 commit comments