]> git.sur5r.net Git - freertos/commitdiff
Remove the heap used with the new MicroBlaze demo. As heap_2.c is being used, the...
authorrichardbarry <richardbarry@1d2547de-c912-0410-9cb9-b8ca96c0e9e2>
Mon, 13 Jun 2011 14:39:22 +0000 (14:39 +0000)
committerrichardbarry <richardbarry@1d2547de-c912-0410-9cb9-b8ca96c0e9e2>
Mon, 13 Jun 2011 14:39:22 +0000 (14:39 +0000)
git-svn-id: https://svn.code.sf.net/p/freertos/code/trunk@1455 1d2547de-c912-0410-9cb9-b8ca96c0e9e2

Demo/MicroBlaze_Spartan-6_EthernetLite/SDKProjects/RTOSDemoSource/src/lscript.ld

index f70a4ba1967a572bb5658efa200abd01513d2b76..c076755fbb016d7bc239bbf1506fed87a378a509 100644 (file)
@@ -11,7 +11,7 @@
 /*******************************************************************/\r
 \r
 _STACK_SIZE = DEFINED(_STACK_SIZE) ? _STACK_SIZE : 0x400;\r
-_HEAP_SIZE = DEFINED(_HEAP_SIZE) ? _HEAP_SIZE : 0x400;\r
+_HEAP_SIZE = DEFINED(_HEAP_SIZE) ? _HEAP_SIZE : 0x8;\r
 \r
 /* Define Memories in the system */\r
 \r