Browse Source
Merge pull request #9069 from Bob-the-Kuhn/broken-teensy
[2.0.x] fix Teensy2 compile error (PlatformIO LDF problem)
Bob-the-Kuhn
7 years ago
No account linked to committer's email address
|
@@ -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
|
#
|