summaryrefslogtreecommitdiff
path: root/apps/examples/cc3000/shell.c
diff options
context:
space:
mode:
authorGregory Nutt <gnutt@nuttx.org>2013-10-30 14:23:45 -0600
committerGregory Nutt <gnutt@nuttx.org>2013-10-30 14:23:45 -0600
commit03ed8828a9ab9714402df1d9cc019f8c1bcc55b5 (patch)
tree92fb5634f52b54d63f35c08b82f2c7a20155b643 /apps/examples/cc3000/shell.c
parent9c190bae9b5d3082d156626dc7c741691a3338cd (diff)
downloadpx4-nuttx-03ed8828a9ab9714402df1d9cc019f8c1bcc55b5.tar.gz
px4-nuttx-03ed8828a9ab9714402df1d9cc019f8c1bcc55b5.tar.bz2
px4-nuttx-03ed8828a9ab9714402df1d9cc019f8c1bcc55b5.zip
Updates to the CC3000 example from David Sidrane
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