summaryrefslogtreecommitdiff
path: root/Project/ld/stm32f072x8.ld
diff options
context:
space:
mode:
Diffstat (limited to 'Project/ld/stm32f072x8.ld')
-rw-r--r--Project/ld/stm32f072x8.ld4
1 files changed, 0 insertions, 4 deletions
diff --git a/Project/ld/stm32f072x8.ld b/Project/ld/stm32f072x8.ld
deleted file mode 100644
index 7600040..0000000
--- a/Project/ld/stm32f072x8.ld
+++ /dev/null
@@ -1,4 +0,0 @@
-MEMORY {
- FLASH(rx) : ORIGIN = 0x08000000, LENGTH = 64K
- SRAM(rwx) : ORIGIN = 0x20000000, LENGTH = 16K
-}