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,7 +50,6 @@ else:
50 50
       LINKFLAGS=[
51 51
           "-Os",
52 52
           "-mcpu=cortex-m3",
53
-          "-ffreestanding",
54 53
           "-mthumb",
55 54
           "--specs=nano.specs",
56 55
           "--specs=nosys.specs",

Loading…
Cancel
Save