Browse Source

build: default to APM2 build

master
Andrew Tridgell 12 years ago
parent
commit
0c38ba958a
  1. 1
      mk/Arduino.mk

1
mk/Arduino.mk

@ -124,6 +124,7 @@ endif @@ -124,6 +124,7 @@ endif
# default to APM2
ifeq ($(HAL_BOARD),)
#$(warning No HAL_BOARD in config.mk - defaulting to HAL_BOARD_APM2)
HAL_BOARD = HAL_BOARD_APM2
endif

Loading…
Cancel
Save