From 724bd7c17f316ca4fd400b5f75efaef8248ebc62 Mon Sep 17 00:00:00 2001 From: Scott Shawcroft Date: Mon, 18 Jun 2018 14:07:21 -0700 Subject: Correct the tool build --- tools/build_adafruit_bins.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'tools') diff --git a/tools/build_adafruit_bins.sh b/tools/build_adafruit_bins.sh index 3320a21ef..4111a7b1b 100755 --- a/tools/build_adafruit_bins.sh +++ b/tools/build_adafruit_bins.sh @@ -20,8 +20,8 @@ for board in $boards; do if [ $board == "feather_huzzah" ]; then make $PARALLEL -C ports/esp8266 BOARD=feather_huzzah (( exit_status = exit_status || $? )) - elif [ $board == "feather52" ]; then - make $PARALLEL -C ports/nrf BOARD=feather52 + elif [ $board == "feather52832" ]; then + make $PARALLEL -C ports/nrf BOARD=feather52832 (( exit_status = exit_status || $? )) elif [ $board == "pca10056" ]; then make $PARALLEL -C ports/nrf BOARD=pca10056 SD=s140 -- cgit v1.2.3