Skip to content
Snippets Groups Projects
Commit d87257f6 authored by Chris Pepper's avatar Chris Pepper Committed by Scott Lahteine
Browse files

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

Don't build and link with different flags, the binary may not work.
parent ae322e0c
Branches
Tags
No related merge requests found
......@@ -50,7 +50,6 @@ else:
LINKFLAGS=[
"-Os",
"-mcpu=cortex-m3",
"-ffreestanding",
"-mthumb",
"--specs=nano.specs",
"--specs=nosys.specs",
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment