Skip to content

Commit 90ddf7b

Browse files
committed
buils.sh fix: v540tu build option
Signed-off-by: Jakub Redmerski <[email protected]>
1 parent 638fbe4 commit 90ddf7b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -445,7 +445,7 @@ case "$CMD" in
445445
BOARD="v560tu"
446446
build_novacustom_v5x0tu "v560tu"
447447
;;
448-
"v540tu " | "V540TU " )
448+
"v540tu" | "V540TU" )
449449
BOARD="v540tu"
450450
build_novacustom_v5x0tu "v540tu "
451451
;;

0 commit comments

Comments
 (0)