mirror of https://github.com/ArduPilot/ardupilot
updated Logs to give me better Yaw information
git-svn-id: https://arducopter.googlecode.com/svn/trunk@1910 f9c3cf11-9bcb-44bc-f272-b75c42450872
This commit is contained in:
parent
d858951e91
commit
36e9e3e5a2
|
@ -377,9 +377,9 @@ void Log_Write_Control_Tuning()
|
|||
DataFlash.WriteByte(LOG_CONTROL_TUNING_MSG);
|
||||
|
||||
// Control
|
||||
DataFlash.WriteInt((int)(g.rc_1.servo_out));
|
||||
DataFlash.WriteInt((int)(g.rc_2.servo_out));
|
||||
DataFlash.WriteInt((int)(g.rc_3.control_in));
|
||||
DataFlash.WriteInt((int)(g.rc_3.servo_out));
|
||||
DataFlash.WriteInt((int)(g.rc_4.control_in));
|
||||
DataFlash.WriteInt((int)(g.rc_4.servo_out));
|
||||
|
||||
// Yaw mode
|
||||
|
|
Loading…
Reference in New Issue