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

Don't build and link with different flags, the binary may not work.
2.0.x
Chris Pepper 7 years ago committed by Scott Lahteine
parent ae322e0c54
commit d87257f63c

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

Loading…
Cancel
Save