diff --git a/tulip/release.sh b/tulip/release.sh index dc1a7efb..92fb8cc9 100755 --- a/tulip/release.sh +++ b/tulip/release.sh @@ -39,8 +39,7 @@ if [ "$TYPE" == "sys" ]; then fi # Otherwise, compile all boards. If upload set, upload them -declare -a boards=("TULIP4_R11" "N16R8" "N32R8" "TULIP4_R11_DEBUG") -#declare -a boards=("TDECK") +declare -a boards=("TULIP4_R11" "TDECK" "N16R8" "N32R8") for i in "${boards[@]}" do rm -rf build