small system SRAM info output
[cortex-from-scratch] / mm.c
diff --git a/mm.c b/mm.c
index 4f56459..77029e7 100644 (file)
--- a/mm.c
+++ b/mm.c
@@ -10,6 +10,7 @@
  * SIMPLE BITMAP IMPLEMENTATION
  * */
 
+
 #define CHUNKS  128
 #define FREE   0x00
 #define ALLOC  0x01