From ada82354702569511326c1bb563e7c846cce4da6 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Kiripolszky=20K=C3=A1roly?= Date: Wed, 20 Jun 2018 11:03:16 +0200 Subject: [PATCH] add trailing comma --- 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 609a0628f0..9b20e2d0a0 100644 --- a/src/main/io/osd.c +++ b/src/main/io/osd.c @@ -203,6 +203,7 @@ static const uint8_t osdElementDisplayOrder[] = { OSD_NUMERICAL_VARIO, OSD_COMPASS_BAR, OSD_ANTI_GRAVITY, + OSD_LOG_STATUS, #ifdef USE_RTC_TIME OSD_RTC_DATETIME, #endif @@ -212,7 +213,6 @@ static const uint8_t osdElementDisplayOrder[] = { #ifdef USE_ADC_INTERNAL OSD_CORE_TEMPERATURE, #endif - OSD_LOG_STATUS }; PG_REGISTER_WITH_RESET_FN(osdConfig_t, osdConfig, PG_OSD_CONFIG, 3);