Skip to content

Commit

Permalink
BrainFPV OSD: fix AHI
Browse files Browse the repository at this point in the history
  • Loading branch information
mluessi committed Apr 19, 2019
1 parent ddd1a6a commit 21aa23d
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions src/main/io/osd.c
Original file line number Diff line number Diff line change
Expand Up @@ -2591,6 +2591,9 @@ void osdDrawNextElement(void)
osdDrawSingleElement(elementIndex);
elementIndex = osdIncElementIndex(elementIndex);
} while (elementIndex != 0);

// Draw artificial horizon last
osdDrawSingleElement(OSD_ARTIFICIAL_HORIZON);
}
#else
void osdDrawNextElement(void)
Expand Down

0 comments on commit 21aa23d

Please sign in to comment.