summaryrefslogtreecommitdiff
path: root/nuttx/examples
diff options
context:
space:
mode:
authorpatacongo <patacongo@42af7a65-404d-4744-a932-0658087f49c3>2011-01-16 19:08:16 +0000
committerpatacongo <patacongo@42af7a65-404d-4744-a932-0658087f49c3>2011-01-16 19:08:16 +0000
commitf66aa23286252a911e122349249b2def1d9c5810 (patch)
treee04f35197a66308d724047934187bbabc1b57457 /nuttx/examples
parentb7145b509d269f4a5ffcecad9a969c6a0a480f20 (diff)
downloadpx4-nuttx-f66aa23286252a911e122349249b2def1d9c5810.tar.gz
px4-nuttx-f66aa23286252a911e122349249b2def1d9c5810.tar.bz2
px4-nuttx-f66aa23286252a911e122349249b2def1d9c5810.zip
More HID keyboard support
git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@3255 42af7a65-404d-4744-a932-0658087f49c3
Diffstat (limited to 'nuttx/examples')
-rw-r--r--nuttx/examples/hidkbd/hidkbd_main.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/nuttx/examples/hidkbd/hidkbd_main.c b/nuttx/examples/hidkbd/hidkbd_main.c
index 8a98afd51..47de0fbcf 100644
--- a/nuttx/examples/hidkbd/hidkbd_main.c
+++ b/nuttx/examples/hidkbd/hidkbd_main.c
@@ -150,7 +150,7 @@ int user_start(int argc, char *argv[])
/* First, register all of the USB host HID keyboard class driver */
printf("user_start: Register class drivers\n");
- ret = usbhost_storageinit();
+ ret = usbhost_kbdinit();
if (ret != OK)
{
printf("user_start: Failed to register the KBD class\n");