summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKeith Packard <keithp@keithp.com>2013-08-31 23:10:56 -0500
committerKeith Packard <keithp@keithp.com>2013-08-31 23:10:56 -0500
commitc781469ff907a32bd43a5d781391b6859b14cd32 (patch)
tree6a2bb2c292da41411bc1ca555b7447cd72168873
parent7ec1b97d278c7aec3199fb7270f0dcf9484c879f (diff)
altos/telegps: Initialize logging system
Otherwise, very little logging works Signed-off-by: Keith Packard <keithp@keithp.com>
-rw-r--r--src/telegps-v0.3/ao_telegps.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/telegps-v0.3/ao_telegps.c b/src/telegps-v0.3/ao_telegps.c
index f9f62316..608817e7 100644
--- a/src/telegps-v0.3/ao_telegps.c
+++ b/src/telegps-v0.3/ao_telegps.c
@@ -49,6 +49,7 @@ main(void)
ao_gps_init();
#if HAS_LOG
ao_gps_report_mega_init();
+ ao_log_init();
#endif
ao_telemetry_init();