aboutsummaryrefslogtreecommitdiff
path: root/apps/examples/buttons
diff options
context:
space:
mode:
authorpatacongo <patacongo@7fd9a85b-ad96-42d3-883c-3090e2eb8679>2011-12-31 23:09:33 +0000
committerpatacongo <patacongo@7fd9a85b-ad96-42d3-883c-3090e2eb8679>2011-12-31 23:09:33 +0000
commit9a1c94e294297f66bd6c35ff81e6411a597ac22e (patch)
treec4cac22df765ed4c2ffed18c996c902a7b7b8098 /apps/examples/buttons
parent00a6650df1c13a4043c41b284437b1b3aa79bfc0 (diff)
downloadpx4-firmware-9a1c94e294297f66bd6c35ff81e6411a597ac22e.tar.gz
px4-firmware-9a1c94e294297f66bd6c35ff81e6411a597ac22e.tar.bz2
px4-firmware-9a1c94e294297f66bd6c35ff81e6411a597ac22e.zip
Fix some LPC17xx GPIO/button interrupt logic
git-svn-id: https://nuttx.svn.sourceforge.net/svnroot/nuttx/trunk@4246 7fd9a85b-ad96-42d3-883c-3090e2eb8679
Diffstat (limited to 'apps/examples/buttons')
-rw-r--r--apps/examples/buttons/main.c6
1 files changed, 5 insertions, 1 deletions
diff --git a/apps/examples/buttons/main.c b/apps/examples/buttons/main.c
index b0d06e48a..fe447ca6b 100644
--- a/apps/examples/buttons/main.c
+++ b/apps/examples/buttons/main.c
@@ -2,7 +2,7 @@
* examples/buttons/main.c
*
* Copyright (C) 2011 Gregory Nutt. All rights reserved.
- * Author: Gregory Nutt <spudmonkey@racsa.co.cr>
+ * Author: Gregory Nutt <gnutt@nuttx.org>
*
* Redistribution and use in source and binary forms, with or without
* modification, are permitted provided that the following conditions
@@ -422,6 +422,10 @@ int MAIN_NAME(int argc, char *argv[])
lib_lowprintf("maxbuttons: %d\n", maxbuttons);
#endif
+ /* Initialize the button GPIOs */
+
+ up_buttoninit();
+
/* Register to recieve button interrupts */
#ifdef CONFIG_ARCH_IRQBUTTONS