Skip to content

Commit

Permalink
this fixes the warnings of rom/ram redeclaration.
Browse files Browse the repository at this point in the history
  • Loading branch information
amitesh-singh committed Jan 13, 2019
1 parent 660def3 commit 0dc6278
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion libopencm3_f1.ld
Original file line number Diff line number Diff line change
Expand Up @@ -4,5 +4,5 @@ MEMORY
ram (xrw) : ORIGIN = 0x20000000, LENGTH = 20K
}

INCLUDE stm32f103x8.ld
INCLUDE cortex-m-generic.ld

0 comments on commit 0dc6278

Please sign in to comment.