Browse Source

[2.0.x][LPC176x] Fix PIO build flags (#10909)

Don't build and link with different flags, the binary may not work.
pull/1/head
Chris Pepper 6 years ago
committed by Scott Lahteine
parent
commit
d87257f63c
  1. 1
      Marlin/src/HAL/HAL_LPC1768/lpc1768_flag_script.py

1
Marlin/src/HAL/HAL_LPC1768/lpc1768_flag_script.py

@ -50,7 +50,6 @@ else:
LINKFLAGS=[
"-Os",
"-mcpu=cortex-m3",
"-ffreestanding",
"-mthumb",
"--specs=nano.specs",
"--specs=nosys.specs",

Loading…
Cancel
Save