Skip to content

Commit ed25102

Browse files
Naveen KajeNaveen Kaje
authored andcommitted
NRF52832 linker script: formatting fix
1 parent 192eb28 commit ed25102

File tree

1 file changed

+2
-2
lines changed
  • targets/TARGET_NORDIC/TARGET_NRF5x/TARGET_NRF52/TARGET_MCU_NRF52832/device/TOOLCHAIN_ARM_STD

1 file changed

+2
-2
lines changed

targets/TARGET_NORDIC/TARGET_NRF5x/TARGET_NRF52/TARGET_MCU_NRF52832/device/TOOLCHAIN_ARM_STD/nRF52832.sct

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -26,8 +26,8 @@
2626
LR_IROM1 MBED_APP_START MBED_APP_SIZE {
2727
ER_IROM1 MBED_APP_START MBED_APP_SIZE {
2828
*.o (RESET, +First)
29-
*(InRoot$$Sections)
30-
.ANY (+RO)
29+
*(InRoot$$Sections)
30+
.ANY (+RO)
3131
}
3232

3333
RW_IRAM0 MBED_RAM0_START UNINIT MBED_RAM0_SIZE { ;no init section

0 commit comments

Comments
 (0)