summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGregory Nutt <gnutt@nuttx.org>2013-10-27 19:08:26 -0600
committerGregory Nutt <gnutt@nuttx.org>2013-10-27 19:08:26 -0600
commit252a9031e7e0c68d880273550358ab32008bbd12 (patch)
tree32e60ecd0a25e917d90960de37d6c4c0b10984c2
parent6a0e1afc60ec2d118bab9b43fbfd03218b2396d4 (diff)
downloadpx4-nuttx-252a9031e7e0c68d880273550358ab32008bbd12.tar.gz
px4-nuttx-252a9031e7e0c68d880273550358ab32008bbd12.tar.bz2
px4-nuttx-252a9031e7e0c68d880273550358ab32008bbd12.zip
Minor, costmetic things that were still unsaved in my editor
-rw-r--r--apps/examples/cc3000/cc3000basic.c10
1 files changed, 5 insertions, 5 deletions
diff --git a/apps/examples/cc3000/cc3000basic.c b/apps/examples/cc3000/cc3000basic.c
index 3316b9234..d974cc844 100644
--- a/apps/examples/cc3000/cc3000basic.c
+++ b/apps/examples/cc3000/cc3000basic.c
@@ -86,17 +86,18 @@
****************************************************************************/
/*
* Memory Analyses
+ *
* total used free largest
* Mem: 16560 11144 5416 5384
* PID SIZE USED THREAD NAME
- * 0 0 0 Idle Ta
+ * 0 0 0 Idle Task
* 1 796 772 init
* 2 660 644 c3b
- * 3 332 316 <pthread0
+ * 3 332 316 <pthread0>
*
- * 8 460 436 <pthread0
+ * 8 460 436 <pthread0>
*
- * 9 292 268 <pthread
+ * 9 292 268 <pthread>
* 10 492 468 Telnet dd
* 11 960 940 Telnet sd
*/
@@ -148,7 +149,6 @@ void ShowInformation(void);
#undef CONFIG_EXAMPLE_CC3000_MEM_CHECK
-
/****************************************************************************
* Private Data
****************************************************************************/