From 716f09551c422da677da6054f3112e75ec3d5407 Mon Sep 17 00:00:00 2001 From: Peter John Peiser Date: Mon, 14 Oct 2024 16:20:26 +0200 Subject: [PATCH] Update src/main/io/osd.c Co-authored-by: nerdCopter <56646290+nerdCopter@users.noreply.github.com> --- src/main/io/osd.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/main/io/osd.c b/src/main/io/osd.c index 17c348b680..902f157369 100644 --- a/src/main/io/osd.c +++ b/src/main/io/osd.c @@ -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 };