Skip to content

Commit d2cc924

Browse files
committed
Removing Entry point from command line, specified in .ld
1 parent 93c6355 commit d2cc924

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

platform.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ compiler.objcopy.cmd=arm-none-eabi-objcopy
2727
compiler.objcopy.eep.flags=-O ihex -j .eeprom --set-section-flags=.eeprom=alloc,load --no-change-warnings --change-section-lma .eeprom=0
2828
compiler.elf2hex.flags=-O binary
2929
compiler.elf2hex.cmd=arm-none-eabi-objcopy
30-
compiler.ldflags=-mcpu={build.mcu} -mthumb -Wl,--cref -Wl,--check-sections -Wl,--gc-sections -Wl,--entry=Reset_Handler -Wl,--unresolved-symbols=report-all -Wl,--warn-common -Wl,--warn-section-align -Wl,--warn-unresolved-symbols
30+
compiler.ldflags=-mcpu={build.mcu} -mthumb -Wl,--cref -Wl,--check-sections -Wl,--gc-sections -Wl,--unresolved-symbols=report-all -Wl,--warn-common -Wl,--warn-section-align -Wl,--warn-unresolved-symbols
3131
compiler.size.cmd=arm-none-eabi-size
3232
compiler.define=-DARDUINO=
3333

0 commit comments

Comments
 (0)