mirror of
https://github.com/apache/nuttx.git
synced 2026-08-09 06:25:09 +00:00
boards/arm/stm32f7/nucleo-144/src/stm32_usb.c: fix CONFIG_STM32F4DISCO_USBHOST_PRIO && CONFIG_STM32F4DISCO_USBHOST_STACKSIZE
This commit is contained in:
parent
e68c975c41
commit
448c53a6f6
1 changed files with 2 additions and 2 deletions
|
|
@ -225,8 +225,8 @@ int stm32_usbhost_initialize(void)
|
|||
|
||||
uinfo("Start usbhost_waiter\n");
|
||||
|
||||
ret = kthread_create("usbhost", CONFIG_STM32F4DISCO_USBHOST_PRIO,
|
||||
CONFIG_STM32F4DISCO_USBHOST_STACKSIZE,
|
||||
ret = kthread_create("usbhost", CONFIG_NUCLEO144_USBHOST_PRIO,
|
||||
CONFIG_NUCLEO_USBHOST_STACKSIZE,
|
||||
(main_t)usbhost_waiter, (char * const *)NULL);
|
||||
return ret < 0 ? -ENOEXEC : OK;
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue