altos: Mark full and mega logging correctly in 'v' command
[fw/altos] / src / core / ao_log_big.c
index 50eca069ea0487f37b9779cf171db0e6a5aa6d8a..db01f46cb6fda3bf4a0d13f2b32e5b2ff6c633f5 100644 (file)
@@ -20,6 +20,8 @@
 static __xdata uint8_t ao_log_mutex;
 static __xdata struct ao_log_record log;
 
+__code uint8_t ao_log_format = AO_LOG_FORMAT_FULL;
+
 static uint8_t
 ao_log_csum(__xdata uint8_t *b) __reentrant
 {