nrf: Fix default board after feather52 rename

This commit is contained in:
arturo182 2018-06-20 18:10:41 +02:00
parent b47a67d566
commit 97f10241f9
1 changed files with 2 additions and 2 deletions

View File

@ -1,6 +1,6 @@
# Select the board to build for: if not given on the command line,
# then default to feather52.
BOARD ?= feather52
# then default to feather52832.
BOARD ?= feather52832
ifeq ($(wildcard boards/$(BOARD)/.),)
$(error Invalid BOARD specified)
endif