diff options
Diffstat (limited to 'stm/lib/usb_conf.h')
-rw-r--r-- | stm/lib/usb_conf.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/stm/lib/usb_conf.h b/stm/lib/usb_conf.h index 9fd0d739c5..5e736f91e2 100644 --- a/stm/lib/usb_conf.h +++ b/stm/lib/usb_conf.h @@ -170,9 +170,9 @@ #ifdef USB_OTG_FS_CORE
#define RX_FIFO_FS_SIZE 128
#define TX0_FIFO_FS_SIZE 32
- #define TX1_FIFO_FS_SIZE 128
+ #define TX1_FIFO_FS_SIZE 64
#define TX2_FIFO_FS_SIZE 32
- #define TX3_FIFO_FS_SIZE 0
+ #define TX3_FIFO_FS_SIZE 64
// #define USB_OTG_FS_LOW_PWR_MGMT_SUPPORT
// #define USB_OTG_FS_SOF_OUTPUT_ENABLED
|