make FW_LND_FL_TIME min positive non-zero to protect dividing by zero

This commit is contained in:
Thomas Stastny 2022-10-07 13:46:02 +02:00 committed by Daniel Agar
parent 928be2958d
commit 68e1921f27
1 changed files with 1 additions and 1 deletions

View File

@ -1026,7 +1026,7 @@ PARAM_DEFINE_FLOAT(FW_WING_HEIGHT, 0.5);
* NOTE: max(FW_LND_FLALT, FW_LND_FL_TIME * descent rate) is taken as the flare altitude
*
* @unit s
* @min 0.0
* @min 0.1
* @max 5.0
* @decimal 1
* @increment 0.1