Skip to content

Commit 74fa530

Browse files
authored
fix(usb): typo in commentary - start CI again
1 parent 36ac341 commit 74fa530

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

libraries/USB/examples/MIDI/MidiController/MidiController.ino

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ void loop() {}
2020

2121
#include "USB.h"
2222
#include "USBMIDI.h"
23-
// Create the MIDI device with specific descriptor
23+
// Creates the MIDI device with specific descriptor
2424
USBMIDI MIDI("ESP MIDI Device");
2525

2626
#define MIDI_NOTE_C4 60

0 commit comments

Comments
 (0)