diff options
| author | sakumisu <[email protected]> | 2025-06-14 22:56:30 +0800 |
|---|---|---|
| committer | sakumisu <[email protected]> | 2025-06-14 22:56:30 +0800 |
| commit | 0916749a32c3a85d53753fa0a4d4af4d54804ada (patch) | |
| tree | 8c233ebc829034b49e159aa72b4dad020e21bcbd | |
| parent | 9d29fece51608bf9390e187b78734a14b48dcdf8 (diff) | |
update(idf): increase host stack size
Signed-off-by: sakumisu <[email protected]>
| -rw-r--r-- | osal/idf/usb_config.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/osal/idf/usb_config.h b/osal/idf/usb_config.h index 742600fb..2a5760f2 100644 --- a/osal/idf/usb_config.h +++ b/osal/idf/usb_config.h @@ -168,7 +168,7 @@ #define CONFIG_USBHOST_PSC_PRIO 0 #endif #ifndef CONFIG_USBHOST_PSC_STACKSIZE -#define CONFIG_USBHOST_PSC_STACKSIZE 2048 +#define CONFIG_USBHOST_PSC_STACKSIZE 4096 #endif //#define CONFIG_USBHOST_GET_STRING_DESC |
