forked from espressif/arduino-esp32
Update tinyusb
This commit is contained in:
@ -355,8 +355,6 @@
|
||||
#define CONFIG_SPIFFS_USE_MTIME 1
|
||||
#define CONFIG_USB_ENABLED 1
|
||||
#define CONFIG_USB_MAX_POWER_USAGE 100
|
||||
#define CONFIG_USB_DYNAMIC_DRIVER_LOADING 1
|
||||
#define CONFIG_USB_DYNAMIC_DRIVER_MAX 16
|
||||
#define CONFIG_USB_CDC_ENABLED 1
|
||||
#define CONFIG_USB_CDC_RX_BUFSIZE 64
|
||||
#define CONFIG_USB_CDC_TX_BUFSIZE 64
|
||||
@ -364,7 +362,7 @@
|
||||
#define CONFIG_USB_MSC_ENABLED 1
|
||||
#define CONFIG_USB_MSC_BUFSIZE 512
|
||||
#define CONFIG_USB_HID_ENABLED 1
|
||||
#define CONFIG_USB_HID_BUFSIZE 16
|
||||
#define CONFIG_USB_HID_BUFSIZE 64
|
||||
#define CONFIG_USB_MIDI_ENABLED 1
|
||||
#define CONFIG_USB_MIDI_RX_BUFSIZE 64
|
||||
#define CONFIG_USB_MIDI_TX_BUFSIZE 64
|
||||
|
Reference in New Issue
Block a user