altos: Make STM clock configuration per-product. Fix 32MHz CPU speed
[fw/altos] / src / test / run-tests
index 11b4c95cd821ee6d9904ded30839a43539adf1bd..3e0cad3cfe6489d34bcba61247725feae13ba9c9 100755 (executable)
@@ -4,7 +4,7 @@ DIR=~/src/cc1111/flights
 
 bad_baro=0
 bad_full=0
-while read flight; do
+while read flight description; do
     if ./ao_flight_test_baro -s $DIR/$flight; then
        :
     else