浏览代码

Merge pull request #9069 from Bob-the-Kuhn/broken-teensy

[2.0.x] fix Teensy2 compile error (PlatformIO LDF problem)
Bob-the-Kuhn 7 年前
父节点
当前提交
082d161a75
没有帐户链接到提交者的电子邮件
共有 1 个文件被更改,包括 1 次插入0 次删除
  1. 1
    0
      platformio.ini

+ 1
- 0
platformio.ini 查看文件

@@ -195,6 +195,7 @@ board         = teensy20pp
195 195
 build_flags   = ${common.build_flags} -I $BUILDSRC_DIR
196 196
 #board_f_cpu  = 20000000L     ; Bug in Arduino framework disallows boards running at 20Mhz
197 197
 lib_deps      = ${common.lib_deps}
198
+lib_ldf_mode  = deep+
198 199
 src_filter    = ${common.default_src_filter}
199 200
 
200 201
 #

正在加载...
取消
保存