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 28a6454 commit ae9a74bCopy full SHA for ae9a74b
src/USBStorage.cpp
@@ -9,11 +9,6 @@ constexpr auto MAX_MOUNT_ATTEMPTS = 10;
9
10
11
USBStorage::USBStorage(){
12
-#if defined(ARDUINO_PORTENTA_C33)
13
- register_hotplug_callback(DEV_USB, [](){
14
- USBStorage::usbAvailable = !USBStorage::usbAvailable;
15
- });
16
-#endif
17
}
18
19
bool USBStorage::begin(FileSystems fs){
0 commit comments