forked from http://developer.mbed.org/users/segundo/code/AvailableMemory/

Dependents:   Utility_AvailableMemory_blinky

Fork of AvailableMemory by Segundo Equipo

Revision:
3:9092256004a5
Parent:
2:5dd69c9259a0
Child:
4:be8247f802ad
--- a/AvailableMemory.h	Sun Nov 07 19:41:47 2010 +0000
+++ b/AvailableMemory.h	Sun Nov 07 20:00:21 2010 +0000
@@ -1,7 +1,11 @@
-/** @file */
+/** @file AvailableMemory.h
+ */
 #ifndef SEGUNDO_UTILITIES_AVAILABLEMEMORY_H
 #define SEGUNDO_UTILITIES_AVAILABLEMEMORY_H
 
+/** @brief Return the available memory for a malloc call
+ */
+ 
 namespace segundo {
 namespace Utilities {