Function to calculate the memory available for malloc

Dependents:   AvailableMemory_HelloWorld MCBBThermostat helloaabbc SP14P1_skeleton

Revision:
4:be8247f802ad
Parent:
3:9092256004a5
Child:
5:45826003052b
--- a/AvailableMemory.h	Sun Nov 07 20:00:21 2010 +0000
+++ b/AvailableMemory.h	Sun Nov 07 20:31:03 2010 +0000
@@ -1,10 +1,8 @@
 /** @file AvailableMemory.h
+ * Return the available memory for a malloc call
  */
 #ifndef SEGUNDO_UTILITIES_AVAILABLEMEMORY_H
 #define SEGUNDO_UTILITIES_AVAILABLEMEMORY_H
-
-/** @brief Return the available memory for a malloc call
- */
  
 namespace segundo {
 namespace Utilities {