Copter: bug fix to Tricopter motor logging

Fourth motor taken from yaw channel's radio_out instead of random
location in memory
This commit is contained in:
Randy Mackay 2013-11-16 10:48:02 +09:00
parent 8c9ab50ba2
commit 5cc8772947
1 changed files with 1 additions and 1 deletions

View File

@ -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],