diff options
| -rwxr-xr-x | tools/build_adafruit_bins.sh | 4 |
1 files changed, 2 insertions, 2 deletions
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 |
