We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 12fd56a commit 366946bCopy full SHA for 366946b
libraries/UsbHostMsd/UsbHostMsd.cpp
@@ -96,6 +96,7 @@ bool USBHostMSD::connect() {
96
static bool in_progress = false;
97
bool complete_cb(uint8_t dev_addr, tuh_msc_complete_data_t const * cb_data) {
98
in_progress = false;
99
+ return true;
100
}
101
102
/* -------------------------------------------------------------------------- */
0 commit comments