summaryrefslogtreecommitdiff
path: root/apps/examples/hidkbd/hidkbd_main.c
diff options
context:
space:
mode:
authorGregory Nutt <gnutt@nuttx.org>2014-09-01 13:21:15 -0600
committerGregory Nutt <gnutt@nuttx.org>2014-09-01 13:21:15 -0600
commit7bfdcaa22bd60cd34f11b0592c53fc5da1a37617 (patch)
tree77b4f3886eb3f4049545827c2008d161c318a9fa /apps/examples/hidkbd/hidkbd_main.c
parent9ee5cfaffa313949563fb37f7cd39a2b7620a4dd (diff)
downloadpx4-nuttx-7bfdcaa22bd60cd34f11b0592c53fc5da1a37617.tar.gz
px4-nuttx-7bfdcaa22bd60cd34f11b0592c53fc5da1a37617.tar.bz2
px4-nuttx-7bfdcaa22bd60cd34f11b0592c53fc5da1a37617.zip
Remove final traces of the 8015 from the NuttX source tree
Diffstat (limited to 'apps/examples/hidkbd/hidkbd_main.c')
-rw-r--r--apps/examples/hidkbd/hidkbd_main.c5
1 files changed, 0 insertions, 5 deletions
diff --git a/apps/examples/hidkbd/hidkbd_main.c b/apps/examples/hidkbd/hidkbd_main.c
index 67778f683..f1885744f 100644
--- a/apps/examples/hidkbd/hidkbd_main.c
+++ b/apps/examples/hidkbd/hidkbd_main.c
@@ -306,14 +306,9 @@ int hidkbd_main(int argc, char *argv[])
printf("hidkbd_main: Start hidkbd_waiter\n");
-#ifndef CONFIG_CUSTOM_STACK
pid = task_create("usbhost", CONFIG_EXAMPLES_HIDKBD_DEFPRIO,
CONFIG_EXAMPLES_HIDKBD_STACKSIZE,
(main_t)hidkbd_waiter, (FAR char * const *)NULL);
-#else
- pid = task_create("usbhost", CONFIG_EXAMPLES_HIDKBD_DEFPRIO,
- (main_t)hidkbd_waiter, (FAR char * const *)NULL);
-#endif
UNUSED(pid);
/* Now just sleep. Eventually logic here will open the kbd device and