diff options
| -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 |
