summaryrefslogtreecommitdiff
path: root/apps/examples/Kconfig
diff options
context:
space:
mode:
authorGregory Nutt <gnutt@nuttx.org>2014-09-20 14:51:48 -0600
committerGregory Nutt <gnutt@nuttx.org>2014-09-20 14:51:48 -0600
commit53287415d45ecb9402fe7d838e040c9309120a68 (patch)
treeae5e824c5bd264e67ad80d84a34753e64be3409b /apps/examples/Kconfig
parent919f57e16e3a7319cf7d05c9342bf79c393381a0 (diff)
downloadnuttx-53287415d45ecb9402fe7d838e040c9309120a68.tar.gz
nuttx-53287415d45ecb9402fe7d838e040c9309120a68.tar.bz2
nuttx-53287415d45ecb9402fe7d838e040c9309120a68.zip
Rename all occurences of NxConsole to NxTerm
Diffstat (limited to 'apps/examples/Kconfig')
-rw-r--r--apps/examples/Kconfig2
1 files changed, 1 insertions, 1 deletions
diff --git a/apps/examples/Kconfig b/apps/examples/Kconfig
index 0578d46bb..bd602bbcc 100644
--- a/apps/examples/Kconfig
+++ b/apps/examples/Kconfig
@@ -32,7 +32,7 @@ source "$APPSDIR/examples/nrf24l01_term/Kconfig"
source "$APPSDIR/examples/nsh/Kconfig"
source "$APPSDIR/examples/null/Kconfig"
source "$APPSDIR/examples/nx/Kconfig"
-source "$APPSDIR/examples/nxconsole/Kconfig"
+source "$APPSDIR/examples/nxterm/Kconfig"
source "$APPSDIR/examples/nxffs/Kconfig"
source "$APPSDIR/examples/nxflat/Kconfig"
source "$APPSDIR/examples/nxhello/Kconfig"