1
0
Fork 0
mirror of https://github.com/betaflight/betaflight.git synced 2025-07-19 22:35:23 +03:00

add trailing comma

This commit is contained in:
Kiripolszky Károly 2018-06-20 11:03:16 +02:00
parent c0e2ca3546
commit ada8235470

View file

@ -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);