Skip to content

Commit 0916749

Browse files
committed
update(idf): increase host stack size
Signed-off-by: sakumisu <[email protected]>
1 parent 9d29fec commit 0916749

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

osal/idf/usb_config.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -168,7 +168,7 @@
168168
#define CONFIG_USBHOST_PSC_PRIO 0
169169
#endif
170170
#ifndef CONFIG_USBHOST_PSC_STACKSIZE
171-
#define CONFIG_USBHOST_PSC_STACKSIZE 2048
171+
#define CONFIG_USBHOST_PSC_STACKSIZE 4096
172172
#endif
173173

174174
//#define CONFIG_USBHOST_GET_STRING_DESC

0 commit comments

Comments
 (0)