altos/stm: Create per-product flash loaders
[fw/altos] / src / telegps-v0.1 / ao_telegps.c
index 91796c21082e983bcde7bcbd508dabdd125a5cd5..68116bfb0f2a5af0a569ed708a2e898c57811ac5 100644 (file)
@@ -58,6 +58,9 @@ main(void)
        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();