forked from platformio/platformio-core
Add support for the new Adafruit boards Bluefruit Micro and Feather // Resolve #403
This commit is contained in:
@@ -39,7 +39,7 @@ env.Replace(
|
||||
"-Wall", # show warnings
|
||||
"-ffunction-sections", # place each function in its own section
|
||||
"-fdata-sections",
|
||||
"-MMD", # output dependency info
|
||||
# "-MMD", # output dependency info
|
||||
"-mmcu=$BOARD_MCU"
|
||||
],
|
||||
|
||||
|
||||
Reference in New Issue
Block a user