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 74fa530 commit 5af16d1Copy full SHA for 5af16d1
libraries/USB/src/USBMIDI.h
@@ -19,7 +19,7 @@ typedef struct {
19
20
class USBMIDI {
21
public:
22
- USBMIDI(void);
+ USBMIDI(String devDescName = "TinyUSB MIDI");
23
void begin(void);
24
void end(void);
25
0 commit comments