summaryrefslogtreecommitdiff
path: root/apps/examples/cc3000/shell.c
diff options
context:
space:
mode:
Diffstat (limited to 'apps/examples/cc3000/shell.c')
-rw-r--r--apps/examples/cc3000/shell.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/apps/examples/cc3000/shell.c b/apps/examples/cc3000/shell.c
index 2e8f3d08d..9678863e0 100644
--- a/apps/examples/cc3000/shell.c
+++ b/apps/examples/cc3000/shell.c
@@ -122,7 +122,7 @@ static void shell_unknown(int argc, char **argv)
static void shell_quit(int argc, char **argv)
{
printf("Bye!\n");
-#ifdef CONFIG_EXAMPLE_CC3000_MEM_CHECK
+#ifdef CONFIG_EXAMPLES_CC3000_MEM_CHECK
stkmon_disp();
#endif
exit(0);
@@ -167,7 +167,7 @@ int shell_session(int argc, char *argv[])
printf("CC3000 command shell -- NuttX style\n");
printf("Type '?' and return for help\n");
-#ifdef CONFIG_EXAMPLE_CC3000_MEM_CHECK
+#ifdef CONFIG_EXAMPLES_CC3000_MEM_CHECK
stkmon_disp();
#endif