Skip to content

Commit

Permalink
Update osd.c
Browse files Browse the repository at this point in the history
  • Loading branch information
breadoven committed May 3, 2024
1 parent d15dfda commit 35880ac
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/main/io/osd.c
Original file line number Diff line number Diff line change
Expand Up @@ -5449,7 +5449,6 @@ static void osdRefresh(timeUs_t currentTimeUs)
} else {
// Display the "Stats" screen

throttleHigh = checkStickPosition(THR_HI); // CR119
statsDisplayed = true;
statsCurrentPage = 0;
statsAutoPagingEnabled = osdConfig()->stats_page_auto_swap_time > 0 ? true : false;
Expand Down

0 comments on commit 35880ac

Please sign in to comment.