navigator: precland_params: PLD_MAX_SRCH: fix min value from float to int

This commit is contained in:
TSC21
2018-01-17 21:59:40 +00:00
committed by Daniel Agar
parent ae65289967
commit 821eb5ac87

View File

@@ -114,7 +114,7 @@ PARAM_DEFINE_FLOAT(PLD_SRCH_TOUT, 10.0f);
*
* Maximum number of times to seach for the landing target if it is lost during the precision landing.
*
* @min 0.0
* @min 0
* @max 100
* @group Precision Land
*/