Airfest 2013: Bdale's new airframe on Loki M with TMv1 and Tmega
[fw/tmflights] / parse
diff --git a/parse b/parse
index eb782c62def4a7ccf52e4f9e6bd32883c3c4b2bd..47f3ced25d5ab2d26377fdd57d7314900cee181a 100755 (executable)
--- a/parse
+++ b/parse
@@ -367,7 +367,7 @@ void readsamples_telem(file in) {
        }
 }
 
-readsamples_telem(stdin);
+readsamples_log(stdin);
 
 int[...] int_integrate(int[...] d, int base) {
        int v = 0;