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.cpp
- 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;
