aboutsummaryrefslogtreecommitdiff
path: root/apps/examples/Kconfig
diff options
context:
space:
mode:
authorpatacongo <patacongo@42af7a65-404d-4744-a932-0658087f49c3>2012-12-01 15:43:51 +0000
committerpatacongo <patacongo@42af7a65-404d-4744-a932-0658087f49c3>2012-12-01 15:43:51 +0000
commit7f7356cdc914dacae1cec0de2671e026f4f8dd01 (patch)
treeb28cf2392fcc9fa29eda9258e521b732ff912c2f /apps/examples/Kconfig
parentf63b1d9296232e1c0f0a37d1fc7cdfb87f34946f (diff)
downloadpx4-firmware-7f7356cdc914dacae1cec0de2671e026f4f8dd01.tar.gz
px4-firmware-7f7356cdc914dacae1cec0de2671e026f4f8dd01.tar.bz2
px4-firmware-7f7356cdc914dacae1cec0de2671e026f4f8dd01.zip
standard keypad inteface and apps/examples/keypadtest from Denis Carikli
git-svn-id: http://svn.code.sf.net/p/nuttx/code/trunk@5403 42af7a65-404d-4744-a932-0658087f49c3
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 c0d126ad4..ae5f0a61a 100644
--- a/apps/examples/Kconfig
+++ b/apps/examples/Kconfig
@@ -17,6 +17,7 @@ source "$APPSDIR/examples/hello/Kconfig"
source "$APPSDIR/examples/helloxx/Kconfig"
source "$APPSDIR/examples/json/Kconfig"
source "$APPSDIR/examples/hidkbd/Kconfig"
+source "$APPSDIR/examples/keypadtest/Kconfig"
source "$APPSDIR/examples/igmp/Kconfig"
source "$APPSDIR/examples/lcdrw/Kconfig"
source "$APPSDIR/examples/mm/Kconfig"