fixed for new SPI HAL API #255

Merged
meierj merged 5 commits from mueller/fixes-for-spi-update into develop 2022-05-19 19:09:54 +02:00
9 changed files with 22 additions and 11 deletions
Showing only changes of commit eb20dda221 - Show all commits

View File

@ -3,7 +3,7 @@
# into the yocto repository to re-generate the mission root filesystem
build_dir=cmake-build-release-q7s
if [ ! -z ${1} ]; then
if [ ${1} == "em" ]; then
if [[ "${1}" == "em" ]]; then
echo "-I- Installing EM binaries"
build_dir=cmake-build-release-q7s-em
fi