summaryrefslogtreecommitdiff
path: root/nuttx/configs/olimex-lpc-h3131/src/lpc31_usbhost.c
diff options
context:
space:
mode:
Diffstat (limited to 'nuttx/configs/olimex-lpc-h3131/src/lpc31_usbhost.c')
-rw-r--r--nuttx/configs/olimex-lpc-h3131/src/lpc31_usbhost.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/nuttx/configs/olimex-lpc-h3131/src/lpc31_usbhost.c b/nuttx/configs/olimex-lpc-h3131/src/lpc31_usbhost.c
index f321123b4..1433cce87 100644
--- a/nuttx/configs/olimex-lpc-h3131/src/lpc31_usbhost.c
+++ b/nuttx/configs/olimex-lpc-h3131/src/lpc31_usbhost.c
@@ -216,7 +216,7 @@ int lpc31_usbhost_initialize(void)
/* Start a thread to handle device connection. */
- pid = TASK_CREATE("EHCI Monitor", CONFIG_USBHOST_DEFPRIO, CONFIG_USBHOST_STACKSIZE,
+ pid = task_create("EHCI Monitor", CONFIG_USBHOST_DEFPRIO, CONFIG_USBHOST_STACKSIZE,
(main_t)ehci_waiter, (FAR char * const *)NULL);
if (pid < 0)
{