mirror of
https://github.com/juribeparada/MMDVM_HS.git
synced 2026-02-11 08:54:13 +01:00
minor formatting changes to bootloader.ld
This commit is contained in:
parent
0df2918f2d
commit
d76ebc6e56
|
|
@ -17,10 +17,9 @@
|
|||
*/
|
||||
|
||||
/* Memory areas */
|
||||
MEMORY
|
||||
{
|
||||
ROM (rx) : ORIGIN = 0x08002000, LENGTH = 120K /* FLASH */
|
||||
RAM (xrw) : ORIGIN = 0x20000000, LENGTH = 20K /* Main RAM */
|
||||
MEMORY {
|
||||
ROM (rx) : ORIGIN = 0x08002000, LENGTH = 120K /* FLASH */
|
||||
RAM (xrw) : ORIGIN = 0x20000000, LENGTH = 20K /* Main RAM */
|
||||
}
|
||||
|
||||
INCLUDE stm32f10x_link.ld
|
||||
|
|
|
|||
Loading…
Reference in a new issue