From 97f10241f934f0762d42e56ebefe3223a256f4c2 Mon Sep 17 00:00:00 2001 From: arturo182 Date: Wed, 20 Jun 2018 18:10:41 +0200 Subject: nrf: Fix default board after feather52 rename --- ports/nrf/Makefile | 4 ++-- 1 file 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 -- cgit v1.2.3