diff options
author | Keith Packard <keithp@keithp.com> | 2012-06-17 19:02:50 -0700 |
---|---|---|
committer | Keith Packard <keithp@keithp.com> | 2012-06-17 19:02:50 -0700 |
commit | 9b24f413da0b6d989b32e8654a91c8deee4c81dd (patch) | |
tree | 7b1bfd53a76619d09d3229fe70debf4541d1a5ce /ao-tools/lib | |
parent | 4cb46b8a84a0dd5b8fcb479d7aa5157480e1bc67 (diff) |
ao-tools: add rudimentary support for MM telemetry to ao-telem
Just pretends they're TM packets for now
Signed-off-by: Keith Packard <keithp@keithp.com>
Diffstat (limited to 'ao-tools/lib')
-rw-r--r-- | ao-tools/lib/cc-telemetry.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/ao-tools/lib/cc-telemetry.h b/ao-tools/lib/cc-telemetry.h index 71f6844d..4e064a97 100644 --- a/ao-tools/lib/cc-telemetry.h +++ b/ao-tools/lib/cc-telemetry.h @@ -37,6 +37,7 @@ struct ao_telemetry_generic { #define AO_TELEMETRY_SENSOR_TELEMETRUM 0x01 #define AO_TELEMETRY_SENSOR_TELEMINI 0x02 #define AO_TELEMETRY_SENSOR_TELENANO 0x03 +#define AO_TELEMETRY_SENSOR_MEGAMETRUM 0x08 struct ao_telemetry_sensor { uint16_t serial; /* 0 */ |