Geofence failsafe action params to reflect current mode names

This commit is contained in:
Hamish Willee 2018-05-07 16:59:57 +10:00 committed by Beat Küng
parent 42d1708d7c
commit 2c1eb443ca

View File

@ -56,9 +56,9 @@
* @max 4
* @value 0 None
* @value 1 Warning
* @value 2 Loiter
* @value 3 Return to Land
* @value 4 Flight terminate
* @value 2 Hold mode
* @value 3 Return mode
* @value 4 Terminate
* @group Geofence
*/
PARAM_DEFINE_INT32(GF_ACTION, 1);