Skip to content

Commit

Permalink
Fixed inconsistency in ANGLE mode naming.
Browse files Browse the repository at this point in the history
  • Loading branch information
mikeller committed Apr 8, 2020
1 parent 1dee491 commit b9462c3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main/osd/osd_elements.c
Original file line number Diff line number Diff line change
Expand Up @@ -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)) {
Expand Down

0 comments on commit b9462c3

Please sign in to comment.