From: Bdale Garbee Date: Sat, 4 Jul 2009 22:50:40 +0000 (-0600) Subject: tweaked back to handle .eeprom file X-Git-Url: https://git.gag.com/?a=commitdiff_plain;h=a59a074c99bdb6c80d9d1351f25cfb98833ede7d;p=fw%2Ftmflights tweaked back to handle .eeprom file --- diff --git a/parse b/parse index eb782c6..47f3ced 100755 --- 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;