mirror of
https://github.com/apache/nuttx.git
synced 2026-09-25 01:07:40 +08:00
Remove final traces of the 8015 from the NuttX source tree
This commit is contained in:
@@ -194,7 +194,7 @@ int stm32_usbhost_initialize(void)
|
||||
|
||||
uvdbg("Start usbhost_waiter\n");
|
||||
|
||||
pid = TASK_CREATE("usbhost", CONFIG_USBHOST_DEFPRIO,
|
||||
pid = task_create("usbhost", CONFIG_USBHOST_DEFPRIO,
|
||||
CONFIG_USBHOST_STACKSIZE,
|
||||
(main_t)usbhost_waiter, (FAR char * const *)NULL);
|
||||
return pid < 0 ? -ENOEXEC : OK;
|
||||
|
||||
Reference in New Issue
Block a user