altos: Mark full and mega logging correctly in 'v' command
[fw/altos] / src / core / ao_log_mega.c
index 1763b9ebac6ad39e88a1b6592b0095d33ce80843..404e6bf7325e10950d4f143b894ad60b821ff61e 100644 (file)
@@ -23,6 +23,8 @@
 static __xdata uint8_t ao_log_mutex;
 static __xdata struct ao_log_mega log;
 
+__code uint8_t ao_log_format = AO_LOG_FORMAT_MEGAMETRUM;
+
 static uint8_t
 ao_log_csum(__xdata uint8_t *b) __reentrant
 {