aboutsummaryrefslogtreecommitdiff
path: root/apps
diff options
context:
space:
mode:
authorpatacongo <patacongo@42af7a65-404d-4744-a932-0658087f49c3>2012-12-26 20:04:57 +0000
committerpatacongo <patacongo@42af7a65-404d-4744-a932-0658087f49c3>2012-12-26 20:04:57 +0000
commit8ed19bb07d00a15e2f2c9893d57b1ef1261b2d23 (patch)
treed4315b9b45a76609892f82fed62952c35ce86c64 /apps
parent373e145e546cc34b6a0000d7b3f71538c05a3b1b (diff)
downloadpx4-firmware-8ed19bb07d00a15e2f2c9893d57b1ef1261b2d23.tar.gz
px4-firmware-8ed19bb07d00a15e2f2c9893d57b1ef1261b2d23.tar.bz2
px4-firmware-8ed19bb07d00a15e2f2c9893d57b1ef1261b2d23.zip
Add UG_2965SWEG01 driver from Darcy Gong; fix logic error in how waiters are reawakened in the USB HID keyboard driver
git-svn-id: http://svn.code.sf.net/p/nuttx/code/trunk@5462 42af7a65-404d-4744-a932-0658087f49c3
Diffstat (limited to 'apps')
-rw-r--r--apps/examples/hidkbd/hidkbd_main.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/apps/examples/hidkbd/hidkbd_main.c b/apps/examples/hidkbd/hidkbd_main.c
index bc1eebed0..8c9f6fa95 100644
--- a/apps/examples/hidkbd/hidkbd_main.c
+++ b/apps/examples/hidkbd/hidkbd_main.c
@@ -227,5 +227,6 @@ int hidkbd_main(int argc, char *argv[])
close(fd);
}
}
+
return 0;
}