Fix compilation problems

pull/25/head
Jochen Hoenicke 6 years ago committed by Pavol Rusnak
parent 39ea33523d
commit 1fcd512b7f

@ -14,7 +14,9 @@ else
fi
make
make -C bootloader
if [ "$EMULATOR" != 1 ]; then
make -C bootloader
fi
make -C vendor/nanopb/generator/proto
make -C firmware/protob

Loading…
Cancel
Save