summaryrefslogtreecommitdiff
path: root/nuttx/drivers
diff options
context:
space:
mode:
authorGregory Nutt <gnutt@nuttx.org>2014-12-04 12:04:21 -0600
committerGregory Nutt <gnutt@nuttx.org>2014-12-04 12:04:21 -0600
commit6fd7621780918711869ca4e763c406d2365f55cf (patch)
treefd66baf5cfb0a3ec69b90094e762d17a9b14b27d /nuttx/drivers
parentd8f9c5a271166cf46e0839273ff5c85c5e9ac36b (diff)
downloadpx4-nuttx-6fd7621780918711869ca4e763c406d2365f55cf.tar.gz
px4-nuttx-6fd7621780918711869ca4e763c406d2365f55cf.tar.bz2
px4-nuttx-6fd7621780918711869ca4e763c406d2365f55cf.zip
Nucleo-f4x1re: Fix some joystick pin definitions
Diffstat (limited to 'nuttx/drivers')
-rw-r--r--nuttx/drivers/input/ajoystick.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/nuttx/drivers/input/ajoystick.c b/nuttx/drivers/input/ajoystick.c
index 9f2416c46..de4d52f40 100644
--- a/nuttx/drivers/input/ajoystick.c
+++ b/nuttx/drivers/input/ajoystick.c
@@ -706,7 +706,7 @@ static int ajoy_ioctl(FAR struct file *filep, int cmd, unsigned long arg)
opriv->ao_notify.an_press = notify->an_press;
opriv->ao_notify.an_release = notify->an_release;
- opriv->ao_notify.an_signo = notify->an_signo;
+ opriv->ao_notify.an_signo = notify->an_signo;
opriv->ao_pid = getpid();
/* Enable/disable interrupt handling */