diff --git a/src/main/fc/rc_controls.c b/src/main/fc/rc_controls.c index 75e1180347..3fcf1849ea 100644 --- a/src/main/fc/rc_controls.c +++ b/src/main/fc/rc_controls.c @@ -325,9 +325,7 @@ void processRcStickPositions(throttleStatus_e throttleStatus) cameraControlKeyPress(CAMERA_CONTROL_KEY_DOWN, 0); } else if (rcSticks == THR_LO + YAW_CE + PIT_HI + ROL_CE) { cameraControlKeyPress(CAMERA_CONTROL_KEY_UP, 2000); - }else if (rcSticks == THR_CE + YAW_HI + PIT_LO + ROL_CE) { //add enter key when it is in the camera osd - cameraControlKeyPress(CAMERA_CONTROL_KEY_ENTER, 0); - } + } #endif }