User board-specific terms in error messages #3886

making board with pinout go first to facilitate my local manual testing
This commit is contained in:
rusefillc 2022-02-03 12:21:54 -05:00
parent cb35a832a7
commit 5aff59cce2
1 changed files with 1 additions and 1 deletions

View File

@ -14,7 +14,6 @@ mkdir build
#
#
for BOARD in \
"f429-discovery f429-discovery" \
"hellen/alphax-2chan alphax-2chan" \
"hellen/alphax-4chan alphax-4chan" \
"hellen/hellen128 hellen128 rusefi_hellen128mercedes.ini" \
@ -35,6 +34,7 @@ for BOARD in \
"proteus proteus_f7" \
"proteus proteus_f4" \
"proteus proteus_h7" \
"f429-discovery f429-discovery" \
"atlas atlas"\
; do
BOARD_NAME=$(echo "$BOARD" | cut -d " " -f 1)