mirror of
https://github.com/betaflight/betaflight.git
synced 2025-07-23 08:15:30 +03:00
Fixup after rebase
This commit is contained in:
parent
a11d0bdb4d
commit
ea4e7de729
1 changed files with 1 additions and 1 deletions
|
@ -435,7 +435,7 @@ OSD_Entry menu_vtx[] =
|
|||
};
|
||||
#endif // VTX || USE_RTC6705
|
||||
|
||||
OSD_UINT16_t entryMinThrottle = {&masterConfig.escAndServoConfig.minthrottle, 1020, 1300, 10};
|
||||
OSD_UINT16_t entryMinThrottle = {&masterConfig.motorConfig.minthrottle, 1020, 1300, 10};
|
||||
OSD_UINT8_t entryGyroSoftLpfHz = {&masterConfig.gyro_soft_lpf_hz, 0, 255, 1};
|
||||
OSD_UINT16_t entryDtermLpf = {&masterConfig.profile[0].pidProfile.dterm_lpf_hz, 0, 500, 5};
|
||||
OSD_UINT16_t entryYawLpf = {&masterConfig.profile[0].pidProfile.yaw_lpf_hz, 0, 500, 5};
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue