summaryrefslogtreecommitdiff
path: root/README_zh.md
diff options
context:
space:
mode:
Diffstat (limited to 'README_zh.md')
-rw-r--r--README_zh.md4
1 files changed, 2 insertions, 2 deletions
diff --git a/README_zh.md b/README_zh.md
index 3a3f97e0..08cb4f76 100644
--- a/README_zh.md
+++ b/README_zh.md
@@ -131,8 +131,8 @@ CherryUSB Host 协议栈资源占用说明(GCC 10.2 with -O2):
```
#define CONFIG_USBHOST_MAX_EXTHUBS 1
#define CONFIG_USBHOST_MAX_EHPORTS 4
-#define CONFIG_USBHOST_MAX_INTERFACES 6
-#define CONFIG_USBHOST_MAX_INTF_ALTSETTINGS 1
+#define CONFIG_USBHOST_MAX_INTERFACES 8
+#define CONFIG_USBHOST_MAX_INTF_ALTSETTINGS 8
#define CONFIG_USBHOST_MAX_ENDPOINTS 4
```