Merge pull request #9678 from mikeller/fix_angle_mode_inconsistency

Fixed inconsistency in ANGLE mode naming.
This commit is contained in:
Michael Keller 2020-04-10 00:57:07 +12:00 committed by GitHub
commit 04bbaa8590
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -839,7 +839,7 @@ static void osdElementFlymode(osdElementParms_t *element)
} else if (FLIGHT_MODE(HEADFREE_MODE)) {
strcpy(element->buff, "HEAD");
} else if (FLIGHT_MODE(ANGLE_MODE)) {
strcpy(element->buff, "STAB");
strcpy(element->buff, "ANGL");
} else if (FLIGHT_MODE(HORIZON_MODE)) {
strcpy(element->buff, "HOR ");
} else if (IS_RC_MODE_ACTIVE(BOXACROTRAINER)) {