summaryrefslogtreecommitdiff
path: root/ao-tools/lib/cc-util.c
diff options
context:
space:
mode:
authorKeith Packard <keithp@keithp.com>2009-09-05 22:03:31 -0700
committerKeith Packard <keithp@keithp.com>2009-09-05 22:03:31 -0700
commitc46e832b28820d7c5be4efaacbbd7c0607927fe5 (patch)
treebd312fdc625042c824a438573d242bc90ebee70e /ao-tools/lib/cc-util.c
parent26f56b51bd11aa91f1d77b81827b49c28cb6ec5f (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 'ao-tools/lib/cc-util.c')
-rw-r--r--ao-tools/lib/cc-util.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/ao-tools/lib/cc-util.c b/ao-tools/lib/cc-util.c
index 7104470c..65488ee9 100644
--- a/ao-tools/lib/cc-util.c
+++ b/ao-tools/lib/cc-util.c
@@ -15,8 +15,8 @@
* 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA.
*/
-#include "cc.h"
#define _GNU_SOURCE
+#include "cc.h"
#include <string.h>
#include <stdlib.h>
#include <unistd.h>