Skip to content

Commit 8bb446b

Browse files
authored
fix(usb): correct constructor declaration
1 parent 5af16d1 commit 8bb446b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

libraries/USB/src/USBMIDI.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ extern "C" uint16_t tusb_midi_load_descriptor(uint8_t *dst, uint8_t *itf) {
3232
return TUD_MIDI_DESC_LEN;
3333
}
3434

35-
USBMIDI::USBMIDI(String devDescName = "TinyUSB MIDI") {
35+
USBMIDI::USBMIDI(String devDescName) {
3636
if (!tinyusb_midi_interface_enabled) {
3737
tinyusb_midi_interface_enabled = true;
3838
deviceDescriptor = devDescName;

0 commit comments

Comments
 (0)