Enable by default "lib cyclic dependencies" for atmelavr platform // Resolve #50

This commit is contained in:
Ivan Kravets
2015-01-31 17:34:17 +02:00
parent 4bb513e460
commit 49b7cf6008

View File

@ -52,8 +52,9 @@ env.Replace(
LINKFLAGS=[
"-Os",
"-mmcu=$BOARD_MCU",
"-Wl,--gc-sections",
"-mmcu=$BOARD_MCU"
"-Wl,--start-group"
],
UPLOADER=join("$PIOPACKAGES_DIR", "tool-avrdude", "avrdude"),