Important changes to repositories hosted on mbed.com
Mbed hosted mercurial repositories are deprecated and are due to be permanently deleted in July 2026.
To keep a copy of this software download the repository Zip archive or clone locally using Mercurial.
It is also possible to export all your personal repositories from the account settings page.
Dependents: Utility_AvailableMemory_blinky
Fork of AvailableMemory by
Diff: AvailableMemory.h
- 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 {
    