summaryrefslogtreecommitdiff
path: root/src/core/ao.h
diff options
context:
space:
mode:
authorKeith Packard <keithp@keithp.com>2013-05-14 16:43:57 -0700
committerKeith Packard <keithp@keithp.com>2013-05-14 16:43:57 -0700
commit642b7c50f568c5f4499f51a61d203c9471787b6b (patch)
treee37f16d72fe143c6146d6a5051683ff9642917c9 /src/core/ao.h
parente1c3fc8d2a1504b9801a710cbf79cfeb7daf4b66 (diff)
altos: Split out gps display function to separate file
Take the gps_dump function from ao_gps_skytraq.c and move it to a new file so it can be shared with the u-blox driver. That affects every skytraq and u-blox user as they need to include the new file. Signed-off-by: Keith Packard <keithp@keithp.com>
Diffstat (limited to 'src/core/ao.h')
-rw-r--r--src/core/ao.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/core/ao.h b/src/core/ao.h
index 0ad3e4aa..71bfb6a1 100644
--- a/src/core/ao.h
+++ b/src/core/ao.h
@@ -380,6 +380,9 @@ void
ao_gps_tracking_print(__xdata struct ao_gps_tracking_orig *gps_tracking_data);
void
+ao_gps_show(void) __reentrant;
+
+void
ao_gps_init(void);
/*