summaryrefslogtreecommitdiff
path: root/apps/examples/nxhello/nxhello_main.c
diff options
context:
space:
mode:
authorpatacongo <patacongo@42af7a65-404d-4744-a932-0658087f49c3>2011-07-25 22:21:38 +0000
committerpatacongo <patacongo@42af7a65-404d-4744-a932-0658087f49c3>2011-07-25 22:21:38 +0000
commit1e931fd487f9661633ec8d5f952bbaa65d48b876 (patch)
treea85830897a5fc26e1672cc9f5a527cd649498a85 /apps/examples/nxhello/nxhello_main.c
parent73624b6e68013b718cee96dc8d3c628cb84431ba (diff)
downloadnuttx-1e931fd487f9661633ec8d5f952bbaa65d48b876.tar.gz
nuttx-1e931fd487f9661633ec8d5f952bbaa65d48b876.tar.bz2
nuttx-1e931fd487f9661633ec8d5f952bbaa65d48b876.zip
Add memory usage monitor to USB storage example
git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@3817 42af7a65-404d-4744-a932-0658087f49c3
Diffstat (limited to 'apps/examples/nxhello/nxhello_main.c')
-rw-r--r--apps/examples/nxhello/nxhello_main.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/apps/examples/nxhello/nxhello_main.c b/apps/examples/nxhello/nxhello_main.c
index 78a60663e..d83b354d7 100644
--- a/apps/examples/nxhello/nxhello_main.c
+++ b/apps/examples/nxhello/nxhello_main.c
@@ -211,7 +211,7 @@ static inline int nxhello_initialize(void)
# define MAIN_NAME_STRING "nxhello_main"
#else
# define MAIN_NAME user_start
-# define MAIN_NAME_STRING MAIN_NAME_STRING ""
+# define MAIN_NAME_STRING "user_start"
#endif
int MAIN_NAME(int argc, char *argv[])