diff options
| -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 |
