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

Dependents:   Utility_AvailableMemory_blinky

Fork of AvailableMemory by Segundo Equipo

Files at this revision

API Documentation at this revision

Comitter:
grassel
Date:
Thu Nov 27 17:20:57 2014 +0000
Parent:
15:d00289c15c89
Commit message:
initial check-in

Changed in this revision

AvailableMemory.cpp Show annotated file Show diff for this revision Revisions of this file
AvailableMemory.h Show annotated file Show diff for this revision Revisions of this file
diff -r d00289c15c89 -r ea1fe2828f6f AvailableMemory.cpp
--- a/AvailableMemory.cpp	Mon Nov 08 13:21:36 2010 +0000
+++ b/AvailableMemory.cpp	Thu Nov 27 17:20:57 2014 +0000
@@ -1,5 +1,5 @@
+#include "mbed.h"
 #include "AvailableMemory.h"
-#include <stdlib.h>
 
 namespace segundo {
 namespace Utilities {
diff -r d00289c15c89 -r ea1fe2828f6f AvailableMemory.h
--- a/AvailableMemory.h	Mon Nov 08 13:21:36 2010 +0000
+++ b/AvailableMemory.h	Thu Nov 27 17:20:57 2014 +0000
@@ -1,3 +1,5 @@
+#include "mbed.h"
+
 /** @file
  * Return the memory available for a malloc call.
  */