Skip to content

Commit f2ea9cd

Browse files
committed
Pico1w not reattaching
1 parent 21f893a commit f2ea9cd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/provisioning/tinyusb/Wippersnapper_FS.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -223,8 +223,8 @@ void Wippersnapper_FS::initUSBMSC() {
223223
if (TinyUSBDevice.mounted()) {
224224
TinyUSBDevice.detach();
225225
delay(10);
226-
TinyUSBDevice.attach();
227226
}
227+
TinyUSBDevice.attach();
228228
delay(500);
229229
}
230230

0 commit comments

Comments
 (0)