X-Git-Url: https://git.gag.com/?a=blobdiff_plain;f=src%2Fproduct%2Fao_telebt.c;h=46c63418bab456ccf3c5b4e864d8672de6bbfbcd;hb=46abd248fb2eb84f161672ffce121b2203d42be0;hp=9e409db761c0f3644637fb84c7a19a68b6d5cbf0;hpb=122c4101164d598e655fa9ad8473053d30ff4212;p=fw%2Faltos diff --git a/src/product/ao_telebt.c b/src/product/ao_telebt.c index 9e409db7..46c63418 100644 --- a/src/product/ao_telebt.c +++ b/src/product/ao_telebt.c @@ -17,7 +17,9 @@ #include "ao.h" +#if HAS_LOG __code uint8_t ao_log_format = AO_LOG_FORMAT_NONE; /* until we actually log stuff */ +#endif void main(void) @@ -37,7 +39,7 @@ main(void) ao_storage_init(); #endif ao_usb_init(); - ao_monitor_init(AO_LED_RED, sizeof (union ao_telemetry_all)); + ao_monitor_init(); #if HAS_LOG ao_report_init(); #endif