diff options
author | Keith Packard <keithp@keithp.com> | 2009-09-05 22:03:31 -0700 |
---|---|---|
committer | Keith Packard <keithp@keithp.com> | 2009-09-05 22:03:31 -0700 |
commit | c46e832b28820d7c5be4efaacbbd7c0607927fe5 (patch) | |
tree | bd312fdc625042c824a438573d242bc90ebee70e /configure.ac | |
parent | 26f56b51bd11aa91f1d77b81827b49c28cb6ec5f (diff) |
Add simple post-flight analysis tool (ao-postflight)
This tool reads either an eeprom or telem log file and displays some
rudimentary data (max accel/alt for each flight stage).
Signed-off-by: Keith Packard <keithp@keithp.com>
Diffstat (limited to 'configure.ac')
-rw-r--r-- | configure.ac | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/configure.ac b/configure.ac index 73a33ac3..c668df04 100644 --- a/configure.ac +++ b/configure.ac @@ -82,6 +82,7 @@ ao-tools/ao-bitbang/Makefile ao-tools/ao-eeprom/Makefile ao-tools/ao-list/Makefile ao-tools/ao-load/Makefile +ao-tools/ao-postflight/Makefile ao-tools/ao-view/Makefile ao-utils/Makefile ]) |