set CONFIG_USBHOST_PSC_PRIO to zero to making usb prio highest

This commit is contained in:
sakumisu
2023-11-21 21:13:30 +08:00
parent 9ea2121c7c
commit d6bd89f274
4 changed files with 4 additions and 5 deletions

View File

@@ -106,7 +106,7 @@
#define CONFIG_USBHOST_DEV_NAMELEN 16
#ifndef CONFIG_USBHOST_PSC_PRIO
#define CONFIG_USBHOST_PSC_PRIO 4
#define CONFIG_USBHOST_PSC_PRIO 0
#endif
#ifndef CONFIG_USBHOST_PSC_STACKSIZE
#define CONFIG_USBHOST_PSC_STACKSIZE 2048