fix the allocator example

This commit is contained in:
Jorge Aparicio
2018-02-26 22:27:52 +01:00
parent 5206ef79d2
commit 23ae289bf4
3 changed files with 4 additions and 2 deletions

View File

@@ -18,3 +18,6 @@ MEMORY
/* This is required only on microcontrollers that store some configuration right
after the vector table */
/* _stext = ORIGIN(FLASH) + 0x400; */
/* Size of the heap (in bytes) */
/* _heap_size = 1024; */