From 0dc62789bea4d3f67af34d326db87b45bad50e10 Mon Sep 17 00:00:00 2001 From: Amitesh Singh Date: Sun, 13 Jan 2019 11:19:23 +0530 Subject: [PATCH] this fixes the warnings of rom/ram redeclaration. --- libopencm3_f1.ld | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/libopencm3_f1.ld b/libopencm3_f1.ld index 46c857f..d771ea3 100644 --- a/libopencm3_f1.ld +++ b/libopencm3_f1.ld @@ -4,5 +4,5 @@ MEMORY ram (xrw) : ORIGIN = 0x20000000, LENGTH = 20K } -INCLUDE stm32f103x8.ld +INCLUDE cortex-m-generic.ld