Skip to content

Commit

Permalink
Update src/main/io/osd.c
Browse files Browse the repository at this point in the history
Co-authored-by: nerdCopter <[email protected]>
  • Loading branch information
pjpei and nerdCopter authored Oct 14, 2024
1 parent acfb125 commit 716f095
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main/io/osd.c
Original file line number Diff line number Diff line change
Expand Up @@ -221,7 +221,7 @@ static const uint8_t osdElementDisplayOrder[] = {
OSD_NUMERICAL_VARIO,
OSD_COMPASS_BAR,
#ifdef USE_LULU
OSD_LULU_N
OSD_LULU_N,
#endif
};

Expand Down

0 comments on commit 716f095

Please sign in to comment.