Skip to content
Snippets Groups Projects
Commit 5535a8a3 authored by Gregory Nutt's avatar Gregory Nutt
Browse files

Remove a warning

parent 4aafdfd2
No related branches found
No related tags found
No related merge requests found
/****************************************************************************
* 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.
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment