altos: Report log format in the version command
[fw/altos] / src-avr / ao_log_telescience.c
index 387eb6eacf2f0331b0564987d0df758bf18170e4..18d836d0733cabca39c09b42ef07c478ce834f5f 100644 (file)
@@ -35,6 +35,8 @@ struct ao_log_telescience ao_log_fetch;
 
 static uint8_t ao_log_adc_pos;
 
+__code uint8_t ao_log_format = AO_LOG_FORMAT_TELESCIENCE;
+
 static uint8_t
 ao_log_csum(__xdata uint8_t *b) __reentrant
 {