diff options
| author | Keith Packard <keithp@keithp.com> | 2011-10-08 11:50:24 -0600 |
|---|---|---|
| committer | Keith Packard <keithp@keithp.com> | 2011-10-08 11:50:24 -0600 |
| commit | 82604193ed0c522c1fba0072b504fe88b027f1ee (patch) | |
| tree | f6fbf175d2a875666300212cc29a58ddb71c011f /ao-tools/lib/Makefile.am | |
| parent | cbf5a649c8b7101bef9d57e48e42ac775e758c79 (diff) | |
ao-telem: Add new program to convert telem data to ascii
This reads telem files and displays them in ascii form. It's not done,
and it's not documented, but it's a start.
Signed-off-by: Keith Packard <keithp@keithp.com>
Diffstat (limited to 'ao-tools/lib/Makefile.am')
| -rw-r--r-- | ao-tools/lib/Makefile.am | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/ao-tools/lib/Makefile.am b/ao-tools/lib/Makefile.am index da355db5..1f8f2e42 100644 --- a/ao-tools/lib/Makefile.am +++ b/ao-tools/lib/Makefile.am @@ -32,6 +32,8 @@ libao_tools_a_SOURCES = \ cc-bitbang.h \ cc-logfile.c \ cc-telem.c \ + cc-telemetry.c \ + cc-telemetry.h \ cp-usb-async.c \ cp-usb-async.h \ i0.c \ |
