forked from Archive/PX4-Autopilot
commander params fix whitespace
This commit is contained in:
parent
d089bacb1b
commit
035c3e6f6a
|
@ -632,7 +632,7 @@ PARAM_DEFINE_INT32(COM_ARM_MAG_STR, 1);
|
||||||
/**
|
/**
|
||||||
* Enable RC stick override of auto and/or offboard modes
|
* Enable RC stick override of auto and/or offboard modes
|
||||||
*
|
*
|
||||||
* When RC stick override is enabled, moving the RC sticks immediately gives control back
|
* When RC stick override is enabled, moving the RC sticks immediately gives control back
|
||||||
* to the pilot (switches to manual position mode):
|
* to the pilot (switches to manual position mode):
|
||||||
* bit 0: Enable for auto modes (except for in critical battery reaction),
|
* bit 0: Enable for auto modes (except for in critical battery reaction),
|
||||||
* bit 1: Enable for offboard mode.
|
* bit 1: Enable for offboard mode.
|
||||||
|
|
Loading…
Reference in New Issue