MIS_TKO_LAND_REQ - improve English for value 4

This commit is contained in:
Hamish Willee 2023-01-02 13:35:53 +11:00 committed by Mathieu Bresciani
parent 7e3dcd7be4
commit 1551e2f15c
1 changed files with 1 additions and 1 deletions

View File

@ -67,7 +67,7 @@ PARAM_DEFINE_FLOAT(MIS_TAKEOFF_ALT, 2.5f);
* @value 1 Require a takeoff
* @value 2 Require a landing
* @value 3 Require a takeoff and a landing
* @value 4 Require a takeoff and a landing, or neither of both
* @value 4 Require both a takeoff and a landing, or neither
* @group Mission
*/
PARAM_DEFINE_INT32(MIS_TKO_LAND_REQ, 0);