forked from http://developer.mbed.org/users/segundo/code/AvailableMemory/
Dependents: Utility_AvailableMemory_blinky
Fork of AvailableMemory by
Revision 16:ea1fe2828f6f, committed 2014-11-27
- 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. */