nrf: Fix default board after feather52 rename
This commit is contained in:
parent
b47a67d566
commit
97f10241f9
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue