From 11f14621bcd59a2de4564b0e9804b15acd11ea75 Mon Sep 17 00:00:00 2001 From: asterix Date: Mon, 9 Aug 2010 09:08:08 +0000 Subject: [PATCH] Fix comment. Reformat. git-svn-id: https://src.develer.com/svnoss/bertos/trunk@4154 38d2e660-2303-0410-9eaa-f027e97ec537 --- bertos/cpu/cortex-m3/scripts/stm32f103rb_rom.ld | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/bertos/cpu/cortex-m3/scripts/stm32f103rb_rom.ld b/bertos/cpu/cortex-m3/scripts/stm32f103rb_rom.ld index 522a8428..334d8118 100644 --- a/bertos/cpu/cortex-m3/scripts/stm32f103rb_rom.ld +++ b/bertos/cpu/cortex-m3/scripts/stm32f103rb_rom.ld @@ -32,7 +32,7 @@ * * \author Andrea Righi * - * \brief Script for Olimex STM32-P103 Cortex-M3 board. + * \brief Script for STM32-P103 Cortex-M3 board. * */ @@ -41,7 +41,7 @@ OUTPUT_FORMAT("elf32-littlearm", "elf32-bigarm", "elf32-littlearm") OUTPUT_ARCH(arm) /* - * Define memory configuration for STM32F103R8 + * Define memory configuration for STM32F103R8 */ MEMORY { @@ -70,9 +70,9 @@ SECTIONS *(.text .text.*); . = ALIGN (4); *(.glue_7t); - . = ALIGN(4); - *(.glue_7); - . = ALIGN(4); + . = ALIGN(4); + *(.glue_7); + . = ALIGN(4); } > rom __text_end = .; -- 2.25.1