Skip to content

Commit 97f1024

Browse files
committed
nrf: Fix default board after feather52 rename
1 parent b47a67d commit 97f1024

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

ports/nrf/Makefile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Select the board to build for: if not given on the command line,
2-
# then default to feather52.
3-
BOARD ?= feather52
2+
# then default to feather52832.
3+
BOARD ?= feather52832
44
ifeq ($(wildcard boards/$(BOARD)/.),)
55
$(error Invalid BOARD specified)
66
endif

0 commit comments

Comments
 (0)