Skip to content

Commit

Permalink
Fix build after rebase.
Browse files Browse the repository at this point in the history
  • Loading branch information
philmoz committed Jan 3, 2024
1 parent 902d3a1 commit 19d901e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion radio/src/gui/colorlcd/view_statistics.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -348,7 +348,7 @@ void DebugViewPage::build(Window* window)

#if defined(INTERNAL_GPS)
if (serialGetModePort(UART_MODE_GPS) >= 0) {
line = window->newLine(&grid);
line = window->newLine(grid);
line->padAll(PAD_TINY);

new StaticText(line, rect_t{}, STR_INT_GPS_LABEL, COLOR_THEME_PRIMARY1);
Expand Down

0 comments on commit 19d901e

Please sign in to comment.