first commit
This commit is contained in:
9
tusb_config.h
Normal file
9
tusb_config.h
Normal file
@@ -0,0 +1,9 @@
|
||||
#ifndef _TUSB_CONFIG_H_
|
||||
#define _TUSB_CONFIG_H_
|
||||
|
||||
#define CFG_TUSB_RHPORT0_MODE OPT_MODE_DEVICE
|
||||
#define CFG_TUD_MIDI 1 // Enable MIDI
|
||||
#define CFG_TUD_MIDI_RX_BUFSIZE 64
|
||||
#define CFG_TUD_MIDI_TX_BUFSIZE 64
|
||||
|
||||
#endif
|
||||
Reference in New Issue
Block a user