Skip to content

Commit b2a2da7

Browse files
committed
fix the ld
1 parent 9d034b7 commit b2a2da7

File tree

1 file changed

+0
-1
lines changed
  • bsp/nrf5x/libraries/templates/nrfx/board/linker_scripts

1 file changed

+0
-1
lines changed

bsp/nrf5x/libraries/templates/nrfx/board/linker_scripts/link.lds

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,6 @@ MEMORY
77
{
88
FLASH (rx) : ORIGIN = 0x0, LENGTH = 0x100000
99
RAM (rwx) : ORIGIN = 0x20000000, LENGTH = 0x40000
10-
CODE_RAM (rwx) : ORIGIN = 0x800000, LENGTH = 0x10000
1110
}
1211

1312
INCLUDE "packages/nrfx-v2.1.0/mdk/nrf_common.ld"

0 commit comments

Comments
 (0)