Browse Source

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

Don't build and link with different flags, the binary may not work.
Chris Pepper 7 years ago
parent
commit
d87257f63c
1 changed files with 0 additions and 1 deletions
  1. 0
    1
      Marlin/src/HAL/HAL_LPC1768/lpc1768_flag_script.py

+ 0
- 1
Marlin/src/HAL/HAL_LPC1768/lpc1768_flag_script.py View File

50
       LINKFLAGS=[
50
       LINKFLAGS=[
51
           "-Os",
51
           "-Os",
52
           "-mcpu=cortex-m3",
52
           "-mcpu=cortex-m3",
53
-          "-ffreestanding",
54
           "-mthumb",
53
           "-mthumb",
55
           "--specs=nano.specs",
54
           "--specs=nano.specs",
56
           "--specs=nosys.specs",
55
           "--specs=nosys.specs",

Loading…
Cancel
Save