From 53287415d45ecb9402fe7d838e040c9309120a68 Mon Sep 17 00:00:00 2001 From: Gregory Nutt Date: Sat, 20 Sep 2014 14:51:48 -0600 Subject: Rename all occurences of NxConsole to NxTerm --- apps/examples/Kconfig | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'apps/examples/Kconfig') 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" -- cgit v1.2.3