mirror of
https://github.com/betaflight/betaflight.git
synced 2025-07-24 16:55:36 +03:00
Corrected parameter ordering, no MSP.
This commit is contained in:
parent
11dd4e7598
commit
8dc1befab1
2 changed files with 2 additions and 18 deletions
|
@ -224,7 +224,6 @@ typedef struct osdConfig_s {
|
|||
uint16_t cap_alarm;
|
||||
uint16_t alt_alarm;
|
||||
uint8_t rssi_alarm;
|
||||
uint8_t link_quality_alarm;
|
||||
|
||||
osd_unit_e units;
|
||||
|
||||
|
@ -241,6 +240,7 @@ typedef struct osdConfig_s {
|
|||
uint8_t ahInvert; // invert the artificial horizon
|
||||
uint8_t osdProfileIndex;
|
||||
uint8_t overlay_radio_mode;
|
||||
uint8_t link_quality_alarm;
|
||||
} osdConfig_t;
|
||||
|
||||
PG_DECLARE(osdConfig_t, osdConfig);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue