Merge pull request #83 from treymarc/format2

format
This commit is contained in:
dongie 2014-04-17 01:21:13 +09:00
commit d687afd109
4 changed files with 6 additions and 6 deletions

View File

@ -4,7 +4,7 @@
** File : stm32_flash.ld ** File : stm32_flash.ld
** **
** Abstract : Linker script for STM32F103C8 Device with ** Abstract : Linker script for STM32F103C8 Device with
** 64KByte FLASH, 20KByte RAM ** 128KByte FLASH, 20KByte RAM
** **
***************************************************************************** *****************************************************************************
*/ */
@ -13,7 +13,7 @@
ENTRY(Reset_Handler) ENTRY(Reset_Handler)
/* Highest address of the user mode stack */ /* Highest address of the user mode stack */
_estack = 0x20005000; /* end of 10K RAM */ _estack = 0x20005000; /* end of 20K RAM */
/* Generate a link error if heap and stack don't fit into RAM */ /* Generate a link error if heap and stack don't fit into RAM */
_Min_Heap_Size = 0; /* required amount of heap */ _Min_Heap_Size = 0; /* required amount of heap */