Add some missign register defines. Reformat.
[bertos.git] / bertos / cpu / cortex-m3 / scripts / stm32f101c4_ram.ld
index 0637501c2e39e85ab131d87d8924255c7e531fac..f78c529dbea458b1fd64ba973c08caa58477128f 100644 (file)
  *
  */
 
+/*
+ * Define stack size here
+ * Variable used in the cortex-m3_ram.ld file
+ */
+STACK_SIZE = 0x200;
+
 /*
  * Define memory configuration for STM32F101C4
  */