AP_OSD_Param_Setting: fix copter FS_OPTIONS mnemonics

This commit is contained in:
vierfuffzig 2020-09-11 22:55:15 +02:00 committed by Andrew Tridgell
parent 45b42e290c
commit ca95e7865a
1 changed files with 2 additions and 2 deletions

View File

@ -204,8 +204,8 @@ static const char* FLTMODES[] = {
};
static const char* FS_OPTIONS[] = {
"NONE", "CONT_RCFS", "CONT_GCSFS", "CONT_RC/GCSFS", "", "", "", "CONT_LAND", "",
"", "", "", "", "", "", "CONT_CTRL_GCS", "", "", "CONTNUE"
"NONE", "CONT_RCFS", "CONT_GCSFS", "CONT_RC/GCSFS", "CONT_GUID_RC", "", "", "", "CONT_LAND", "",
"", "", "", "", "", "CONT_CTRL_GCS", "", "", "CONTNUE"
};
static const char* THR_FS_ACT[] = {