From ea4e7de72966f5f5dc8b753e9df698739af9d859 Mon Sep 17 00:00:00 2001 From: Martin Budden Date: Mon, 26 Sep 2016 19:29:46 +0100 Subject: [PATCH] Fixup after rebase --- src/main/io/osd.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/main/io/osd.c b/src/main/io/osd.c index e85cc9e8d6..96eb0a0c09 100755 --- a/src/main/io/osd.c +++ b/src/main/io/osd.c @@ -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};