forked from Archive/PX4-Autopilot
adc_report remove timestamp
This commit is contained in:
parent
c7e7026f47
commit
768e5ab66f
|
@ -1,3 +1,2 @@
|
|||
uint64 timestamp # Timestamp in microseconds since boot
|
||||
int16[8] channel_id # ADC channel IDs, negative for non-existent
|
||||
float32[8] channel_value # ADC channel value in volt, valid if channel ID is positive
|
||||
|
|
Loading…
Reference in New Issue