Update board_f_cpu to board_build.f_cpu

This commit is contained in:
Scott Lahteine 2018-05-26 23:29:27 -05:00
parent 14f45448cb
commit 0d6ef67e48
1 changed files with 32 additions and 32 deletions

View File

@ -54,7 +54,7 @@ platform = atmelavr
framework = arduino
board = megaatmega2560
build_flags = ${common.build_flags}
board_f_cpu = 16000000L
board_build.f_cpu = 16000000L
lib_deps = ${common.lib_deps}
monitor_speed = 250000
@ -66,7 +66,7 @@ platform = atmelavr
framework = arduino
board = megaatmega1280
build_flags = ${common.build_flags}
board_f_cpu = 16000000L
board_build.f_cpu = 16000000L
lib_deps = ${common.lib_deps}
monitor_speed = 250000
@ -133,7 +133,7 @@ platform = atmelavr
framework = arduino
board = reprap_rambo
build_flags = ${common.build_flags}
board_f_cpu = 16000000L
board_build.f_cpu = 16000000L
lib_deps = ${common.lib_deps}
monitor_speed = 250000
@ -167,7 +167,7 @@ platform = teensy
framework = arduino
board = teensy20pp
build_flags = ${common.build_flags}
#board_f_cpu = 20000000L ; Bug in Arduino framework disallows boards running at 20Mhz
#board_build.f_cpu = 20000000L ; Bug in Arduino framework disallows boards running at 20Mhz
lib_deps = ${common.lib_deps}
lib_ldf_mode = deep+
monitor_speed = 250000