[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=[ LINKFLAGS=[
"-Os", "-Os",
"-mcpu=cortex-m3", "-mcpu=cortex-m3",
"-ffreestanding",
"-mthumb", "-mthumb",
"--specs=nano.specs", "--specs=nano.specs",
"--specs=nosys.specs", "--specs=nosys.specs",

Loading…
Cancel
Save