fixed-sized memory pool allocator
[cortex-from-scratch] / link.ld
diff --git a/link.ld b/link.ld
index 085ab79..db37888 100644 (file)
--- a/link.ld
+++ b/link.ld
@@ -21,7 +21,7 @@ SECTIONS
        {
                *(.data)
        } 
-       .bss : ALIGN(256)
+       .bss : ALIGN(256) 
        {
                *(.bss)
        }