altos/altosui: Report log format in the version command
[fw/altos] / src / ao_telebt.c
index 8e77c4d9b2e41949e7e109216f8480d077b4e830..8556517275f5d0e95b844d3afe35bbb9483468b7 100644 (file)
@@ -17,6 +17,8 @@
 
 #include "ao.h"
 
+__code uint8_t ao_log_format = AO_LOG_FORMAT_NONE;     /* until we actually log stuff */
+
 void
 main(void)
 {