1
0
Fork 0
mirror of https://github.com/betaflight/betaflight.git synced 2025-07-15 20:35:33 +03:00

Merge pull request #7177 from mikeller/fix_osd_element_ordering

Fix non-chronological element ordering.
This commit is contained in:
Michael Keller 2018-12-09 13:11:04 +13:00 committed by GitHub
commit 4442de5591
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -101,8 +101,8 @@ typedef enum {
OSD_ADJUSTMENT_RANGE,
OSD_CORE_TEMPERATURE,
OSD_ANTI_GRAVITY,
OSD_MOTOR_DIAG,
OSD_G_FORCE,
OSD_MOTOR_DIAG,
OSD_LOG_STATUS,
OSD_FLIP_ARROW,
OSD_LINK_QUALITY,