浏览代码

[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 年前
父节点
当前提交
d87257f63c
共有 1 个文件被更改,包括 0 次插入1 次删除
  1. 0
    1
      Marlin/src/HAL/HAL_LPC1768/lpc1768_flag_script.py

+ 0
- 1
Marlin/src/HAL/HAL_LPC1768/lpc1768_flag_script.py 查看文件

@@ -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",

正在加载...
取消
保存