diff options
| author | arturo182 <arturo182@tlen.pl> | 2018-06-20 18:10:41 +0200 |
|---|---|---|
| committer | arturo182 <arturo182@tlen.pl> | 2018-06-20 18:21:18 +0200 |
| commit | 97f10241f934f0762d42e56ebefe3223a256f4c2 (patch) | |
| tree | bb3b332835b4f9d73a5a95f3650cc4e3990eeded | |
| parent | b47a67d566d9d78a45e9069625f212b4b4716ad2 (diff) | |
nrf: Fix default board after feather52 rename
| -rw-r--r-- | ports/nrf/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/ports/nrf/Makefile b/ports/nrf/Makefile index 8b92fac58..2b7fe5dce 100644 --- a/ports/nrf/Makefile +++ b/ports/nrf/Makefile @@ -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 |
