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 8bb446b commit fdd6ccdCopy full SHA for fdd6ccd
libraries/USB/examples/MIDI/MidiInterface/MidiInterface.ino
@@ -26,7 +26,7 @@ void loop() {}
26
27
#include "USB.h"
28
#include "USBMIDI.h"
29
-// Create the MIDI device with specific descriptor
+// Creates the MIDI device with specific descriptor
30
USBMIDI MIDI("ESP MIDI Device");
31
32
0 commit comments