summaryrefslogtreecommitdiff
path: root/apps/examples/Kconfig
diff options
context:
space:
mode:
authorGregory Nutt <gnutt@nuttx.org>2014-12-03 09:34:47 -0600
committerGregory Nutt <gnutt@nuttx.org>2014-12-03 09:34:47 -0600
commit3a3b22ae3c1e31cf3659244a21afe5d8ff6b9530 (patch)
tree57c9fec97522354367472cd6034a4181364661c7 /apps/examples/Kconfig
parent51d6211e82cc7ccaa4f32d87577716833647d2b2 (diff)
downloadnuttx-3a3b22ae3c1e31cf3659244a21afe5d8ff6b9530.tar.gz
nuttx-3a3b22ae3c1e31cf3659244a21afe5d8ff6b9530.tar.bz2
nuttx-3a3b22ae3c1e31cf3659244a21afe5d8ff6b9530.zip
Add an analog joystick test/example
Diffstat (limited to 'apps/examples/Kconfig')
-rw-r--r--apps/examples/Kconfig1
1 files changed, 1 insertions, 0 deletions
diff --git a/apps/examples/Kconfig b/apps/examples/Kconfig
index 238cc3a63..73d5890c6 100644
--- a/apps/examples/Kconfig
+++ b/apps/examples/Kconfig
@@ -4,6 +4,7 @@
#
source "$APPSDIR/examples/adc/Kconfig"
+source "$APPSDIR/examples/ajoystick/Kconfig"
source "$APPSDIR/examples/bastest/Kconfig"
source "$APPSDIR/examples/bridge/Kconfig"
source "$APPSDIR/examples/buttons/Kconfig"