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.
Diff: memory.h
- Revision:
- 5:b73ea174e997
- Parent:
- 4:f537311ddc53
--- a/memory.h Tue Oct 14 09:10:45 2014 +0000 +++ b/memory.h Tue Oct 14 14:54:32 2014 +0000 @@ -4,7 +4,7 @@ class Memory { public: - const static int MEMORY_SIZE = 16; + const static int MEMORY_SIZE = 32; private: int memory[MEMORY_SIZE];