Minor, costmetic things that were still unsaved in my editor

This commit is contained in:
Gregory Nutt 2013-10-27 19:08:26 -06:00
parent 3ff45e664d
commit fe0b2506dd

View File

@ -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);
#undef CONFIG_EXAMPLE_CC3000_MEM_CHECK #undef CONFIG_EXAMPLE_CC3000_MEM_CHECK
/**************************************************************************** /****************************************************************************
* Private Data * Private Data
****************************************************************************/ ****************************************************************************/