8000 Correct the tool build · sparkfun/circuitpython@724bd7c · GitHub
[go: up one dir, main page]

Skip to content

Commit 724bd7c

Browse files
committed
Correct the tool build
1 parent 05547b7 commit 724bd7c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

tools/build_adafruit_bins.sh

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,8 +20,8 @@ for board in $boards; do
2020
if [ $board == "feather_huzzah" ]; then
2121
make $PARALLEL -C ports/esp8266 BOARD=feather_huzzah
2222
(( exit_status = exit_status || $? ))
23-
elif [ $board == "feather52" ]; then
24-
make $PARALLEL -C ports/nrf BOARD=feather52
23+
elif [ $board == "feather52832" ]; then
24+
make $PARALLEL -C ports/nrf BOARD=feather52832
2525
(( exit_status = exit_status || $? ))
2626
elif [ $board == "pca10056" ]; then
2727
make $PARALLEL -C ports/nrf BOARD=pca10056 SD=s140

0 commit comments

Comments
 (0)
0