Copter: Match the column of element description
This commit is contained in:
parent
1f8c030eba
commit
94901edaf2
@ -364,7 +364,7 @@ private:
|
||||
uint8_t motor_interlock_switch : 1; // 22 // true if pilot is requesting motor interlock enable
|
||||
uint8_t in_arming_delay : 1; // 23 // true while we are armed but waiting to spin motors
|
||||
uint8_t initialised_params : 1; // 24 // true when the all parameters have been initialised. we cannot send parameters to the GCS until this is done
|
||||
uint8_t unused3 : 1; // 25 // was compass_init_location; true when the compass's initial location has been set
|
||||
uint8_t unused3 : 1; // 25 // was compass_init_location; true when the compass's initial location has been set
|
||||
uint8_t unused2 : 1; // 26 // aux switch rc_override is allowed
|
||||
uint8_t armed_with_switch : 1; // 27 // we armed using a arming switch
|
||||
};
|
||||
|
Loading…
Reference in New Issue
Block a user