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:
commit
4442de5591
1 changed files with 1 additions and 1 deletions
|
@ -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,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue