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 d8e9044 commit cbfff99Copy full SHA for cbfff99
src/arduino/msc/Adafruit_USBD_MSC.cpp
@@ -35,7 +35,7 @@ static Adafruit_USBD_MSC *_msc_dev = NULL;
35
#ifdef ARDUINO_ARCH_ESP32
36
static uint16_t msc_load_descriptor(uint8_t *dst, uint8_t *itf) {
37
// uint8_t str_index = tinyusb_add_string_descriptor("TinyUSB MSC");
38
- uint8_t str_index = 0;
+ // uint8_t str_index = 0;
39
40
uint8_t ep_in = tinyusb_get_free_in_endpoint();
41
uint8_t ep_out = tinyusb_get_free_out_endpoint();
0 commit comments