From d76ebc6e5678039b642be2b96b4aea3036c983a4 Mon Sep 17 00:00:00 2001 From: Gerad Munsch Date: Fri, 27 Jan 2023 07:29:30 -0600 Subject: [PATCH] minor formatting changes to bootloader.ld --- bootloader.ld | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/bootloader.ld b/bootloader.ld index 4738f25..ae6df40 100644 --- a/bootloader.ld +++ b/bootloader.ld @@ -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