summaryrefslogtreecommitdiff
path: root/apps/examples/hidkbd
diff options
context:
space:
mode:
authorGregory Nutt <gnutt@nuttx.org>2014-07-03 13:22:42 -0600
committerGregory Nutt <gnutt@nuttx.org>2014-07-03 13:22:42 -0600
commite196cbac058b891f899a57e05383e911e848c1b8 (patch)
tree052059b124f8088927f8fcf0d691479afa97d475 /apps/examples/hidkbd
parentf09f12e07abcb6ea019f903bec00a542df7e7989 (diff)
downloadnuttx-e196cbac058b891f899a57e05383e911e848c1b8.tar.gz
nuttx-e196cbac058b891f899a57e05383e911e848c1b8.tar.bz2
nuttx-e196cbac058b891f899a57e05383e911e848c1b8.zip
Remove a warning
Diffstat (limited to 'apps/examples/hidkbd')
-rw-r--r--apps/examples/hidkbd/hidkbd_main.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/apps/examples/hidkbd/hidkbd_main.c b/apps/examples/hidkbd/hidkbd_main.c
index adee66c21..67778f683 100644
--- a/apps/examples/hidkbd/hidkbd_main.c
+++ b/apps/examples/hidkbd/hidkbd_main.c
@@ -1,7 +1,7 @@
/****************************************************************************
* examples/hidkbd/hidkbd_main.c
*
- * Copyright (C) 2011, 2013 Gregory Nutt. All rights reserved.
+ * Copyright (C) 2011, 2013-2014 Gregory Nutt. All rights reserved.
* Author: Gregory Nutt <gnutt@nuttx.org>
*
* Redistribution and use in source and binary forms, with or without
@@ -314,6 +314,7 @@ int hidkbd_main(int argc, char *argv[])
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
* perform the HID keyboard test.