summaryrefslogtreecommitdiff
path: root/src/core/ao.h
diff options
context:
space:
mode:
authorKeith Packard <keithp@keithp.com>2012-06-26 23:07:38 -0700
committerKeith Packard <keithp@keithp.com>2012-06-26 23:07:38 -0700
commit936ecad62596f34773afb7460b10f63df7d0896d (patch)
tree0ce11d1069c595a3aee7fba13a8de7790e5ca8e0 /src/core/ao.h
parent33f8f7add27a02d24b0671da353b59762224c1ee (diff)
altos: Add GPS logging code for MegaMetrum
MM uses a different logging format with larger log blocks, so restructure the GPS logging code to fill them up Signed-off-by: Keith Packard <keithp@keithp.com>
Diffstat (limited to 'src/core/ao.h')
-rw-r--r--src/core/ao.h10
1 files changed, 10 insertions, 0 deletions
diff --git a/src/core/ao.h b/src/core/ao.h
index c13029bf..62eb488e 100644
--- a/src/core/ao.h
+++ b/src/core/ao.h
@@ -397,6 +397,16 @@ void
ao_gps_report_init(void);
/*
+ * ao_gps_report_mega.c
+ */
+
+void
+ao_gps_report_mega(void);
+
+void
+ao_gps_report_mega_init(void);
+
+/*
* ao_telemetry_orig.c
*/