Commander: remove 2 decimals from COM_FAIL_ACT_T

Signed-off-by: Silvan Fuhrer <silvan@auterion.com>
This commit is contained in:
Silvan Fuhrer
2024-08-14 14:46:32 +02:00
committed by Mathieu Bresciani
parent 6b3e3aa363
commit c86d44f831
+1 -1
View File
@@ -288,7 +288,7 @@ PARAM_DEFINE_INT32(COM_LOW_BAT_ACT, 0);
* @unit s
* @min 0.0
* @max 25.0
* @decimal 3
* @decimal 1
*/
PARAM_DEFINE_FLOAT(COM_FAIL_ACT_T, 5.f);