We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6464a8b commit c07f405Copy full SHA for c07f405
1 file changed
lib/storage/storage.cpp
@@ -16,7 +16,7 @@ static_assert(ARDUINO_USB_MODE == 0, "must be used when USB is in OTG mode");
16
#define HWSerial Serial
17
#endif
18
19
-USBMSC MSC;
+static USBMSC MSC;
20
21
static const uint32_t DISK_SECTOR_COUNT = 2 * 8; // 8KB is the smallest size that windows allow to mount
22
static const uint16_t DISK_SECTOR_SIZE = 512; // Should be 512
0 commit comments