Browse Source

Add 'jump relaxing' compile flag to AVR targets (#21566)

vanilla_fb_2.0.x
Ramiro Polla 3 years ago
committed by Scott Lahteine
parent
commit
ca84e5b1f2
  1. 1
      ini/avr.ini

1
ini/avr.ini

@ -13,6 +13,7 @@
# AVR (8-bit) Common Environment values
#
[common_avr8]
build_flags = ${common.build_flags} -Wl,--relax
board_build.f_cpu = 16000000L
src_filter = ${common.default_src_filter} +<src/HAL/AVR>

Loading…
Cancel
Save