diff options
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 |
