diff options
| author | sakumisu <[email protected]> | 2023-12-30 15:03:32 +0800 |
|---|---|---|
| committer | sakumisu <[email protected]> | 2023-12-30 15:42:23 +0800 |
| commit | 7df43ba6a20d48b8c205249838f74ce8fd03ae5f (patch) | |
| tree | 05846499ff25b23dc3b58fa9514be1f15f6a7d5f /README.md | |
| parent | e58a78c07020b35973d777a7cae34d5076d205c4 (diff) | |
release v1.0.0v1.0.0
Diffstat (limited to 'README.md')
| -rw-r--r-- | README.md | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -133,8 +133,8 @@ Among them, `sizeof(struct usbh_hub)` and `sizeof(struct usbh_hubport)` are affe ``` #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 ``` |
