artiq_flash: add missing semicolons

This commit is contained in:
Yann Sionneau 2015-08-20 18:28:00 +02:00
parent df7489ff61
commit 646721d3e9
1 changed files with 1 additions and 0 deletions

View File

@ -66,6 +66,7 @@ do
echo "KC705 carrier board is either nist_qc1 or nist_qc2" echo "KC705 carrier board is either nist_qc1 or nist_qc2"
exit 1 exit 1
fi fi
;;
*) *)
echo "ARTIQ flashing tool" echo "ARTIQ flashing tool"
echo "" echo ""