mirror of
https://gitee.com/mirrors_PX4/PX4-Autopilot.git
synced 2026-05-15 15:27:34 +08:00
DistanceSensorModeChangeRequest: renaming of variable
This commit is contained in:
@@ -1,5 +1,5 @@
|
||||
uint64 timestamp # time since system start (microseconds)
|
||||
|
||||
uint8 req_mode # requested mode of operation
|
||||
uint8 MODE_DISABLED = 0
|
||||
uint8 MODE_ENABLED = 1
|
||||
uint8 request_on_off # request to disable/enable the distance sensor
|
||||
uint8 REQUEST_OFF = 0
|
||||
uint8 REQUEST_ON = 1
|
||||
|
||||
Reference in New Issue
Block a user