Guido Grassel / AvailableMemory

Dependents:   Utility_AvailableMemory_blinky

Fork of AvailableMemory by Segundo Equipo

Revision:
11:0f5d5918761a
Parent:
0:a98bf0c96bf1
Child:
16:ea1fe2828f6f
--- a/AvailableMemory.cpp	Sun Nov 07 21:52:34 2010 +0000
+++ b/AvailableMemory.cpp	Mon Nov 08 12:42:34 2010 +0000
@@ -4,11 +4,6 @@
 namespace segundo {
 namespace Utilities {
 
-int AvailableMemory() {
-
-    return AvailableMemory(256, 0x8000, true);
-}
-
 int AvailableMemory(int resolution, int maximum, bool disableInterrupts) {
 
     if (resolution < 1) resolution = 1;