diff options
| author | George Harker <george@george-graphics.co.uk> | 2016-11-05 12:19:15 -0700 |
|---|---|---|
| committer | George Harker <george@george-graphics.co.uk> | 2016-11-05 12:19:15 -0700 |
| commit | 7d564b6a26ffaaf270b80fa10deb9d4d732c1aae (patch) | |
| tree | 348c40c56a84c6559b5f8e03ab498ca9b30a063a /Teensy.mk | |
| parent | 0b1aa8d26a42c9a69b4fd58cd4282115621b61af (diff) | |
fix incorrect variable ref
Diffstat (limited to 'Teensy.mk')
| -rw-r--r-- | Teensy.mk | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -48,7 +48,7 @@ endif # if boards.txt gets modified, look there, else hard code it ARCHITECTURE = $(call PARSE_TEENSY,$(BOARD_TAG),build.architecture) -ifeq ($(strip $(MONITOR_PORT)),) +ifeq ($(strip $(ARCHITECTURE)),) ARCHITECTURE = arm endif |
