mirror of
https://github.com/betaflight/betaflight.git
synced 2025-07-20 14:55:21 +03:00
add trailing comma
This commit is contained in:
parent
c0e2ca3546
commit
ada8235470
1 changed files with 1 additions and 1 deletions
|
@ -203,6 +203,7 @@ static const uint8_t osdElementDisplayOrder[] = {
|
||||||
OSD_NUMERICAL_VARIO,
|
OSD_NUMERICAL_VARIO,
|
||||||
OSD_COMPASS_BAR,
|
OSD_COMPASS_BAR,
|
||||||
OSD_ANTI_GRAVITY,
|
OSD_ANTI_GRAVITY,
|
||||||
|
OSD_LOG_STATUS,
|
||||||
#ifdef USE_RTC_TIME
|
#ifdef USE_RTC_TIME
|
||||||
OSD_RTC_DATETIME,
|
OSD_RTC_DATETIME,
|
||||||
#endif
|
#endif
|
||||||
|
@ -212,7 +213,6 @@ static const uint8_t osdElementDisplayOrder[] = {
|
||||||
#ifdef USE_ADC_INTERNAL
|
#ifdef USE_ADC_INTERNAL
|
||||||
OSD_CORE_TEMPERATURE,
|
OSD_CORE_TEMPERATURE,
|
||||||
#endif
|
#endif
|
||||||
OSD_LOG_STATUS
|
|
||||||
};
|
};
|
||||||
|
|
||||||
PG_REGISTER_WITH_RESET_FN(osdConfig_t, osdConfig, PG_OSD_CONFIG, 3);
|
PG_REGISTER_WITH_RESET_FN(osdConfig_t, osdConfig, PG_OSD_CONFIG, 3);
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue