X-Git-Url: https://git.gag.com/?p=fw%2Faltos;a=blobdiff_plain;f=src%2Fproduct%2Fao_telebt.c;h=9e409db761c0f3644637fb84c7a19a68b6d5cbf0;hp=9154f4be6ccbbf19f69081ccb08affbdc5211bd4;hb=122c4101164d598e655fa9ad8473053d30ff4212;hpb=cff737c290347b61ba16584880c2f4c436b95042 diff --git a/src/product/ao_telebt.c b/src/product/ao_telebt.c index 9154f4be..9e409db7 100644 --- a/src/product/ao_telebt.c +++ b/src/product/ao_telebt.c @@ -37,7 +37,10 @@ main(void) ao_storage_init(); #endif ao_usb_init(); - ao_monitor_init(AO_LED_RED, TRUE); + ao_monitor_init(AO_LED_RED, sizeof (union ao_telemetry_all)); +#if HAS_LOG + ao_report_init(); +#endif ao_radio_init(); ao_packet_master_init(); ao_btm_init();