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 5af16d1 commit 8bb446bCopy full SHA for 8bb446b
libraries/USB/src/USBMIDI.cpp
@@ -32,7 +32,7 @@ extern "C" uint16_t tusb_midi_load_descriptor(uint8_t *dst, uint8_t *itf) {
32
return TUD_MIDI_DESC_LEN;
33
}
34
35
-USBMIDI::USBMIDI(String devDescName = "TinyUSB MIDI") {
+USBMIDI::USBMIDI(String devDescName) {
36
if (!tinyusb_midi_interface_enabled) {
37
tinyusb_midi_interface_enabled = true;
38
deviceDescriptor = devDescName;
0 commit comments