4
0
mirror of https://github.com/RT-Thread/rt-thread.git synced 2025-03-01 08:55:28 +08:00

修正链接脚本注释

This commit is contained in:
shaoguoji 2019-03-12 16:44:47 +08:00
parent 8671e706b5
commit 8820d898c3

View File

@ -6,8 +6,8 @@
/* Program Entry, set to mark it as "used" and avoid gc */
MEMORY
{
ROM (rx) : ORIGIN = 0x08000000, LENGTH = 512k /* 1024KB flash */
RAM (rw) : ORIGIN = 0x20000000, LENGTH = 96k /* 128K sram */
ROM (rx) : ORIGIN = 0x08000000, LENGTH = 512k /* 512KB flash */
RAM (rw) : ORIGIN = 0x20000000, LENGTH = 96k /* 96K sram */
}
ENTRY(Reset_Handler)
_system_stack_size = 0x200;