summaryrefslogtreecommitdiff
path: root/NxWidgets/UnitTests
diff options
context:
space:
mode:
authorGregory Nutt <gnutt@nuttx.org>2014-09-20 14:25:51 -0600
committerGregory Nutt <gnutt@nuttx.org>2014-09-20 14:25:51 -0600
commit9f0d9a6db5d6d1eec7bec3a029bb37a95245e495 (patch)
treeeca80fba732d2ee0e6eb3af44d6473de4de877c5 /NxWidgets/UnitTests
parent4860036d8f145187cfe700743def8d0ee3548f1b (diff)
downloadnuttx-9f0d9a6db5d6d1eec7bec3a029bb37a95245e495.tar.gz
nuttx-9f0d9a6db5d6d1eec7bec3a029bb37a95245e495.tar.bz2
nuttx-9f0d9a6db5d6d1eec7bec3a029bb37a95245e495.zip
Rename CONFIG_EXAMPLES_NXCONSOLE to CONFIG_EXAMPLES_NXTERM; rename CONFIG_NXWM_NXCONSOLE to CONFIG_NXWM_NXTERM
Diffstat (limited to 'NxWidgets/UnitTests')
-rw-r--r--NxWidgets/UnitTests/nxwm/nxwm_main.cxx8
1 files changed, 4 insertions, 4 deletions
diff --git a/NxWidgets/UnitTests/nxwm/nxwm_main.cxx b/NxWidgets/UnitTests/nxwm/nxwm_main.cxx
index 13e0bd8b1..379b03186 100644
--- a/NxWidgets/UnitTests/nxwm/nxwm_main.cxx
+++ b/NxWidgets/UnitTests/nxwm/nxwm_main.cxx
@@ -51,7 +51,7 @@
#include "ctaskbar.hxx"
#include "cstartwindow.hxx"
-#ifdef CONFIG_NXWM_NXCONSOLE
+#ifdef CONFIG_NXWM_NXTERM
# include "cnxconsole.hxx"
#endif
@@ -548,7 +548,7 @@ static bool createCalibration(void)
// Name: createNxConsole
/////////////////////////////////////////////////////////////////////////////
-#ifdef CONFIG_NXWM_NXCONSOLE
+#ifdef CONFIG_NXWM_NXTERM
static bool createNxConsole(void)
{
// Add the NxConsole application to the start window
@@ -678,7 +678,7 @@ int nxwm_main(int argc, char *argv[])
// Initialize the NSH library
-#ifdef CONFIG_NXWM_NXCONSOLE
+#ifdef CONFIG_NXWM_NXTERM
printf("nxwm_main: Initialize the NSH library\n");
if (!NxWM::nshlibInitialize())
{
@@ -736,7 +736,7 @@ int nxwm_main(int argc, char *argv[])
// Create the NxConsole application and add it to the start window
-#ifdef CONFIG_NXWM_NXCONSOLE
+#ifdef CONFIG_NXWM_NXTERM
if (!createNxConsole())
{
printf("nxwm_main: ERROR: Failed to create the NxConsole application\n");