Skip to content

Commit 62659c9

Browse files
authored
feat(rmt): more commentaries
1 parent 10e1948 commit 62659c9

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
@@ -48,7 +48,7 @@ USBMIDI::USBMIDI() {
4848
}
4949
}
5050

51-
51+
// private function for setting a not null/empty MIDI device name limited to 32 characters
5252
void USBMIDI::setDeviceName(const char* name) {
5353
const uint8_t maxNameLength = 32; // tinyUSB Descriptor limit
5454
if (name != nullptr && strlen(name) > 0) {

0 commit comments

Comments
 (0)