diff options
| author | Scott Shawcroft <scott.shawcroft@gmail.com> | 2018-06-18 14:07:21 -0700 |
|---|---|---|
| committer | Scott Shawcroft <scott.shawcroft@gmail.com> | 2018-06-18 14:07:21 -0700 |
| commit | 724bd7c17f316ca4fd400b5f75efaef8248ebc62 (patch) | |
| tree | 6a04930890d9a924f3ff78ac85d0984fb7007ade | |
| parent | 05547b72ac088764d0d96d3e7121069474f4ff8c (diff) | |
Correct the tool build
| -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 |
