summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKeith Packard <keithp@keithp.com>2016-04-02 19:40:19 -0700
committerKeith Packard <keithp@keithp.com>2016-04-02 19:45:06 -0700
commit6ead4c570a264afdc4e45eed6e87bf541668be6f (patch)
tree9d715be163ab0276cb0a78c8c03660aace57fb3c
parent0ee235e1126f34987522fe852ba6ab3ac92d6cfd (diff)
altos: Add Detherm log format (easymini without ADC)
Signed-off-by: Keith Packard <keithp@keithp.com>
-rw-r--r--src/kernel/ao_log.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/kernel/ao_log.h b/src/kernel/ao_log.h
index f86fb359..fdd428c2 100644
--- a/src/kernel/ao_log.h
+++ b/src/kernel/ao_log.h
@@ -49,6 +49,7 @@ extern __pdata enum ao_flight_state ao_log_state;
#define AO_LOG_FORMAT_TELEMINI 8 /* 16-byte MS5607 baro only, 3.3V supply */
#define AO_LOG_FORMAT_TELEGPS 9 /* 32 byte telegps records */
#define AO_LOG_FORMAT_TELEMEGA 10 /* 32 byte typed telemega records with 32 bit gyro cal */
+#define AO_LOG_FORMAT_DETHERM 11 /* 16-byte MS5607 baro only, no ADC */
#define AO_LOG_FORMAT_NONE 127 /* No log at all */
extern __code uint8_t ao_log_format;