aboutsummaryrefslogtreecommitdiff
path: root/apps/examples/Kconfig
diff options
context:
space:
mode:
authorpatacongo <patacongo@42af7a65-404d-4744-a932-0658087f49c3>2012-11-04 16:08:02 +0000
committerpatacongo <patacongo@42af7a65-404d-4744-a932-0658087f49c3>2012-11-04 16:08:02 +0000
commit9583fa1abd79dfcc8610d8dbb4cc6c4d91c3bb5f (patch)
treeb21dd45a05f6450f4ab40a6eb78dfd10bba59ea8 /apps/examples/Kconfig
parentf561a5ab0302e260c2df461cc9c32c9b1535c243 (diff)
downloadpx4-firmware-9583fa1abd79dfcc8610d8dbb4cc6c4d91c3bb5f.tar.gz
px4-firmware-9583fa1abd79dfcc8610d8dbb4cc6c4d91c3bb5f.tar.bz2
px4-firmware-9583fa1abd79dfcc8610d8dbb4cc6c4d91c3bb5f.zip
Relay example from Darcy Gong
git-svn-id: http://svn.code.sf.net/p/nuttx/code/trunk@5306 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 f7a923b94..c0d126ad4 100644
--- a/apps/examples/Kconfig
+++ b/apps/examples/Kconfig
@@ -39,6 +39,7 @@ source "$APPSDIR/examples/pipe/Kconfig"
source "$APPSDIR/examples/poll/Kconfig"
source "$APPSDIR/examples/pwm/Kconfig"
source "$APPSDIR/examples/qencoder/Kconfig"
+source "$APPSDIR/examples/relays/Kconfig"
source "$APPSDIR/examples/rgmp/Kconfig"
source "$APPSDIR/examples/romfs/Kconfig"
source "$APPSDIR/examples/sendmail/Kconfig"