From 9532195e65edcec7d2f55dbb71f00bb18a04dac8 Mon Sep 17 00:00:00 2001 From: Uwe Hermann Date: Mon, 6 Feb 2012 23:39:06 +0100 Subject: More coding-style and cosmetic fixes. --- lib/stm32/f1/libopencm3_stm32f1.ld | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) (limited to 'lib/stm32/f1/libopencm3_stm32f1.ld') diff --git a/lib/stm32/f1/libopencm3_stm32f1.ld b/lib/stm32/f1/libopencm3_stm32f1.ld index 76c5e60..52a08f5 100644 --- a/lib/stm32/f1/libopencm3_stm32f1.ld +++ b/lib/stm32/f1/libopencm3_stm32f1.ld @@ -59,10 +59,11 @@ SECTIONS * You may need to fix this if you're using C++. */ /DISCARD/ : { *(.eh_frame) } - /* - * Another section used by C++ stuff, appears when using newlib with 64bit - * (long long) printf support - discard it for now. - */ + + /* + * Another section used by C++ stuff, appears when using newlib with + * 64bit (long long) printf support - discard it for now. + */ /DISCARD/ : { *(.ARM.exidx) } . = ALIGN(4); -- cgit v1.2.3