Skip to content

Commit fa7d041

Browse files
authored
fix(midi): fixes constructor commentary
1 parent c5cb5f0 commit fa7d041

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

libraries/USB/src/USBMIDI.cpp

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -69,8 +69,7 @@ void USBMIDI::setDeviceName(const char* name) {
6969
}
7070

7171
/**
72-
* @brief Get the current device name
73-
* @return The device name in order of precedence:
72+
* @brief Constructor for setting the current device name
7473
* 1. Name set via constructor (if any)
7574
* 2. Name set via SET_USB_MIDI_DEVICE_NAME() macro (if defined)
7675
* 3. Default name "TinyUSB MIDI"

0 commit comments

Comments
 (0)