Fix USB flags processing for teensy platform // Issue #722

This commit is contained in:
Valeriy Koval
2016-07-18 14:52:25 +03:00
parent 7ad8d08037
commit 79a4a943dc
2 changed files with 16 additions and 1 deletions
-1
View File
@@ -40,7 +40,6 @@ elif env.get("BOARD_OPTIONS", {}).get("build", {}).get("core") == "teensy3":
env.Append(
CPPDEFINES=[
"USB_SERIAL",
"LAYOUT_US_ENGLISH"
],