Skip to content
Snippets Groups Projects
Commit fe0b2506 authored by Gregory Nutt's avatar Gregory Nutt
Browse files

Minor, costmetic things that were still unsaved in my editor

parent 3ff45e66
No related branches found
No related tags found
No related merge requests found
...@@ -86,17 +86,18 @@ ...@@ -86,17 +86,18 @@
****************************************************************************/ ****************************************************************************/
/* /*
* Memory Analyses * Memory Analyses
*
* total used free largest * total used free largest
* Mem: 16560 11144 5416 5384 * Mem: 16560 11144 5416 5384
* PID SIZE USED THREAD NAME * PID SIZE USED THREAD NAME
* 0 0 0 Idle Ta * 0 0 0 Idle Task
* 1 796 772 init * 1 796 772 init
* 2 660 644 c3b * 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 * 10 492 468 Telnet dd
* 11 960 940 Telnet sd * 11 960 940 Telnet sd
*/ */
...@@ -148,7 +149,6 @@ void ShowInformation(void); ...@@ -148,7 +149,6 @@ void ShowInformation(void);
#undef CONFIG_EXAMPLE_CC3000_MEM_CHECK #undef CONFIG_EXAMPLE_CC3000_MEM_CHECK
/**************************************************************************** /****************************************************************************
* Private Data * Private Data
****************************************************************************/ ****************************************************************************/
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment