Added default extra_flags parameter to allow build on all boards
This commit is contained in:
parent
79521e1a15
commit
31c2457783
|
@ -20,7 +20,6 @@ uno.build.mcu=atmega328p
|
|||
uno.build.f_cpu=16000000L
|
||||
uno.build.core=arduino
|
||||
uno.build.variant=standard
|
||||
uno.build.extra_flags=
|
||||
|
||||
##############################################################
|
||||
|
||||
|
|
|
@ -20,6 +20,8 @@ compiler.elf2hex.flags=-O ihex -R .eeprom
|
|||
compiler.elf2hex.cmd=avr-objcopy
|
||||
compiler.ldflags=
|
||||
compiler.size.cmd=avr-size
|
||||
# this can be overriden in boards.txt
|
||||
build.extra_flags=
|
||||
|
||||
# AVR compile patterns
|
||||
# --------------------
|
||||
|
|
Loading…
Reference in New Issue