mirror of
https://github.com/PX4/PX4-Autopilot.git
synced 2026-05-27 18:27:05 +08:00
Commander: remove 2 decimals from COM_FAIL_ACT_T
Signed-off-by: Silvan Fuhrer <silvan@auterion.com>
This commit is contained in:
committed by
Mathieu Bresciani
parent
6b3e3aa363
commit
c86d44f831
@@ -288,7 +288,7 @@ PARAM_DEFINE_INT32(COM_LOW_BAT_ACT, 0);
|
|||||||
* @unit s
|
* @unit s
|
||||||
* @min 0.0
|
* @min 0.0
|
||||||
* @max 25.0
|
* @max 25.0
|
||||||
* @decimal 3
|
* @decimal 1
|
||||||
*/
|
*/
|
||||||
PARAM_DEFINE_FLOAT(COM_FAIL_ACT_T, 5.f);
|
PARAM_DEFINE_FLOAT(COM_FAIL_ACT_T, 5.f);
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user