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 62659c9 commit 0d4dce2Copy full SHA for 0d4dce2
libraries/USB/src/USBMIDI.cpp
@@ -88,14 +88,6 @@ USBMIDI::~USBMIDI() {
88
void USBMIDI::begin() {}
89
void USBMIDI::end() {}
90
91
-/**
92
-* @brief Get the current device name
93
-* @return The device name in order of precedence:
94
-* 1. Name set via constructor (if any)
95
-* 2. Name set via SET_USB_MIDI_DEVICE_NAME() macro (if defined)
96
-* 3. Default name "TinyUSB MIDI"
97
-* If device name is set as "", it will be ignored
98
-*/
99
const char* USBMIDI::getCurrentDeviceName(void) {
100
if (midiUserDeviceName) {
101
return midiUserDeviceName;
0 commit comments