X-Git-Url: https://git.gag.com/?a=blobdiff_plain;f=src%2Fproduct%2Fao_telebt.c;h=46c63418bab456ccf3c5b4e864d8672de6bbfbcd;hb=46abd248fb2eb84f161672ffce121b2203d42be0;hp=c4b40dfc3ae71f59a08f538cae4750e4a6100f04;hpb=8e2736226fcd7c1ab1ba93a5ebac9b285ebf4733;p=fw%2Faltos diff --git a/src/product/ao_telebt.c b/src/product/ao_telebt.c index c4b40dfc..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, TRUE); + ao_monitor_init(); #if HAS_LOG ao_report_init(); #endif