summaryrefslogtreecommitdiff
path: root/src/telegps-v0.1/ao_telegps.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/telegps-v0.1/ao_telegps.c')
-rw-r--r--src/telegps-v0.1/ao_telegps.c5
1 files changed, 4 insertions, 1 deletions
diff --git a/src/telegps-v0.1/ao_telegps.c b/src/telegps-v0.1/ao_telegps.c
index 91796c21..4620de3b 100644
--- a/src/telegps-v0.1/ao_telegps.c
+++ b/src/telegps-v0.1/ao_telegps.c
@@ -52,12 +52,15 @@ main(void)
ao_fat_init();
ao_gps_init();
- ao_gps_report_mega_init();
+// ao_gps_report_mega_init();
ao_telemetry_init();
ao_telemetry_set_interval(AO_SEC_TO_TICKS(1));
ao_rdf_set(1);
+#if HAS_SAMPLE_PROFILE
+ ao_sample_profile_init();
+#endif
ao_config_init();
ao_start_scheduler();