diff --git a/ArduCopter/Log.pde b/ArduCopter/Log.pde index 9bef6393bb..3c7fa3e0c7 100644 --- a/ArduCopter/Log.pde +++ b/ArduCopter/Log.pde @@ -276,7 +276,7 @@ static void Log_Write_Motors() motor_out : {motors.motor_out[AP_MOTORS_MOT_1], motors.motor_out[AP_MOTORS_MOT_2], motors.motor_out[AP_MOTORS_MOT_4], - motors.motor_out[g.rc_4.radio_out]} + g.rc_4.radio_out} #else // QUAD frame motor_out : {motors.motor_out[AP_MOTORS_MOT_1], motors.motor_out[AP_MOTORS_MOT_2],