diff options
Diffstat (limited to 'cherryusb_config_template.h')
| -rw-r--r-- | cherryusb_config_template.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/cherryusb_config_template.h b/cherryusb_config_template.h index 4f0517bc..a7ce3c14 100644 --- a/cherryusb_config_template.h +++ b/cherryusb_config_template.h @@ -266,7 +266,7 @@ * (largest USB packet used / 4) + 1 for status information + 1 transfer complete + * 1 location each for Bulk/Control endpoint for handling NAK/NYET scenario */ -// #define CONFIG_USB_DWC2_RX_FIFO_SIZE ((1012 - CONFIG_USB_DWC2_NPTX_FIFO_SIZE - CONFIG_USB_DWC2_PTX_FIFO_SIZE) / 4) +// #define CONFIG_USB_DWC2_RX_FIFO_SIZE ((1012 - CONFIG_USB_DWC2_NPTX_FIFO_SIZE - CONFIG_USB_DWC2_PTX_FIFO_SIZE)) /* ---------------- MUSB Configuration ---------------- */ // #define CONFIG_USB_MUSB_SUNXI |
