summaryrefslogtreecommitdiff
path: root/apps/examples/Kconfig
diff options
context:
space:
mode:
authorGregory Nutt <gnutt@nuttx.org>2014-04-22 08:41:15 -0600
committerGregory Nutt <gnutt@nuttx.org>2014-04-22 08:41:15 -0600
commit4c0502234f156d9d21bd7c6d20d1002908ef65ed (patch)
tree6a13bc4e717c3a286263044416c29408e4a95278 /apps/examples/Kconfig
parentdf35eaf6baa09ada64775e6f759b74329f0bf908 (diff)
downloadnuttx-4c0502234f156d9d21bd7c6d20d1002908ef65ed.tar.gz
nuttx-4c0502234f156d9d21bd7c6d20d1002908ef65ed.tar.bz2
nuttx-4c0502234f156d9d21bd7c6d20d1002908ef65ed.zip
examples/serialrx added by Bob Doison
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 4e3db375d..968ef8fd4 100644
--- a/apps/examples/Kconfig
+++ b/apps/examples/Kconfig
@@ -51,6 +51,7 @@ source "$APPSDIR/examples/rgmp/Kconfig"
source "$APPSDIR/examples/romfs/Kconfig"
source "$APPSDIR/examples/sendmail/Kconfig"
source "$APPSDIR/examples/serialblaster/Kconfig"
+source "$APPSDIR/examples/serialrx/Kconfig"
source "$APPSDIR/examples/serloop/Kconfig"
source "$APPSDIR/examples/slcd/Kconfig"
source "$APPSDIR/examples/flash_test/Kconfig"