diff options
-rw-r--r-- | boards.txt | 1 | ||||
-rw-r--r-- | platform.txt | 2 |
2 files changed, 2 insertions, 1 deletions
@@ -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= ############################################################## diff --git a/platform.txt b/platform.txt index f3f45bd..557b2d3 100644 --- a/platform.txt +++ b/platform.txt @@ -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 # -------------------- |