format comment
This commit is contained in:
@@ -22,9 +22,9 @@
|
||||
#endif
|
||||
|
||||
/*
|
||||
(largest USB packet used / 4) + 1 for status information + 1 transfer complete +
|
||||
1 location each for Bulk/Control endpoint for handling NAK/NYET scenario
|
||||
*/
|
||||
* (largest USB packet used / 4) + 1 for status information + 1 transfer complete +
|
||||
* 1 location each for Bulk/Control endpoint for handling NAK/NYET scenario
|
||||
*/
|
||||
#ifndef CONFIG_USB_DWC2_RX_FIFO_SIZE
|
||||
#define CONFIG_USB_DWC2_RX_FIFO_SIZE ((1012 - CONFIG_USB_DWC2_NPTX_FIFO_SIZE - CONFIG_USB_DWC2_PTX_FIFO_SIZE) / 4)
|
||||
#endif
|
||||
|
||||
Reference in New Issue
Block a user