summaryrefslogtreecommitdiff
path: root/ao-tools/lib/cc.h
diff options
context:
space:
mode:
authorKeith Packard <keithp@keithp.com>2011-10-08 11:50:24 -0600
committerKeith Packard <keithp@keithp.com>2011-10-08 11:50:24 -0600
commit82604193ed0c522c1fba0072b504fe88b027f1ee (patch)
treef6fbf175d2a875666300212cc29a58ddb71c011f /ao-tools/lib/cc.h
parentcbf5a649c8b7101bef9d57e48e42ac775e758c79 (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/cc.h')
-rw-r--r--ao-tools/lib/cc.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/ao-tools/lib/cc.h b/ao-tools/lib/cc.h
index ede46aa0..6257ee44 100644
--- a/ao-tools/lib/cc.h
+++ b/ao-tools/lib/cc.h
@@ -20,6 +20,7 @@
#include <stdio.h>
#include <stdint.h>
+#include "cc-telemetry.h"
char *
cc_fullname (char *dir, char *file);