summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorsakumisu <[email protected]>2024-04-23 10:52:45 +0800
committersakumisu <[email protected]>2024-04-23 10:52:45 +0800
commit4e6b0d0923333e8ca424912ccb7fbf4776ecb624 (patch)
tree64f3c6a20d9b5402e09dfe69a765f49c29563874
parent017eb5560d4cf7342f250d7ad6ac862d57cef800 (diff)
format code
-rw-r--r--cherryusb_config_template.h10
1 files changed, 5 insertions, 5 deletions
diff --git a/cherryusb_config_template.h b/cherryusb_config_template.h
index 7762fce2..be53afa8 100644
--- a/cherryusb_config_template.h
+++ b/cherryusb_config_template.h
@@ -209,19 +209,19 @@
// #define CONFIG_USB_EHCI_WITH_OHCI
/* ---------------- OHCI Configuration ---------------- */
-#define CONFIG_USB_OHCI_HCOR_OFFSET (0x0)
+#define CONFIG_USB_OHCI_HCOR_OFFSET (0x0)
/* ---------------- XHCI Configuration ---------------- */
-#define CONFIG_USB_XHCI_HCCR_OFFSET (0x0)
+#define CONFIG_USB_XHCI_HCCR_OFFSET (0x0)
/* ---------------- DWC2 Configuration ---------------- */
/* largest non-periodic USB packet used / 4 */
// #define CONFIG_USB_DWC2_NPTX_FIFO_SIZE (512 / 4)
/* largest periodic USB packet used / 4 */
// #define CONFIG_USB_DWC2_PTX_FIFO_SIZE (1024 / 4)
-/*
- * (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
*/
// #define CONFIG_USB_DWC2_RX_FIFO_SIZE ((1012 - CONFIG_USB_DWC2_NPTX_FIFO_SIZE - CONFIG_USB_DWC2_PTX_FIFO_SIZE) / 4)