Fix build flags for digix board

This commit is contained in:
Valeriy Koval
2016-03-28 13:23:20 +03:00
parent 5be9b0e120
commit 61256c53fe
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -102,7 +102,7 @@ env.Append(
)
if "due" in env.subst("$BOARD"):
if "sam3x8e" in env.get("BOARD_OPTIONS", {}).get("build", {}).get("mcu", None):
env.Append(
CPPDEFINES=[
"printf=iprintf"