diff options
author | Keith Packard <keithp@keithp.com> | 2014-08-17 20:55:34 -0700 |
---|---|---|
committer | Keith Packard <keithp@keithp.com> | 2014-08-17 20:55:34 -0700 |
commit | 830f31fd6dc280e7a63ba689b7a48beff5c49072 (patch) | |
tree | f8f639703f3c5356046db67e4da8e39fec623043 /ao-tools/lib/cc-telemetry.c | |
parent | 629b29b2718c174be9c811f224d0acf73fba4aff (diff) |
ao-tools/ao-send-telem: Support sending TM v2 and Tm v2 telemetry
Add state tracking so the telemetry sending code works.
Signed-off-by: Keith Packard <keithp@keithp.com>
Diffstat (limited to 'ao-tools/lib/cc-telemetry.c')
-rw-r--r-- | ao-tools/lib/cc-telemetry.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/ao-tools/lib/cc-telemetry.c b/ao-tools/lib/cc-telemetry.c index 88da7f03..45c10dcb 100644 --- a/ao-tools/lib/cc-telemetry.c +++ b/ao-tools/lib/cc-telemetry.c @@ -89,4 +89,3 @@ cc_telemetry_unparse(const union ao_telemetry_all *telemetry, char output_line[C p += 2; } } - |