Skip to content

Commit 0d4dce2

Browse files
authored
fix(midi): move commentaries
1 parent 62659c9 commit 0d4dce2

File tree

1 file changed

+0
-8
lines changed

1 file changed

+0
-8
lines changed

libraries/USB/src/USBMIDI.cpp

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -88,14 +88,6 @@ USBMIDI::~USBMIDI() {
8888
void USBMIDI::begin() {}
8989
void USBMIDI::end() {}
9090

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-
*/
9991
const char* USBMIDI::getCurrentDeviceName(void) {
10092
if (midiUserDeviceName) {
10193
return midiUserDeviceName;

0 commit comments

Comments
 (0)