mirror of
https://github.com/ArduPilot/ardupilot
synced 2025-02-22 15:53:56 -04:00
2.0.39
Returned to previous log version for sonar messages to fix the cosmetic bug in the planner git-svn-id: https://arducopter.googlecode.com/svn/trunk@3000 f9c3cf11-9bcb-44bc-f272-b75c42450872
This commit is contained in:
parent
e60b2ac07e
commit
76972a265a
@ -576,7 +576,7 @@ static void Log_Write_Control_Tuning()
|
||||
DataFlash.WriteInt((int)(g.rc_4.servo_out/100));
|
||||
|
||||
// yaw
|
||||
//DataFlash.WriteByte(yaw_debug);
|
||||
DataFlash.WriteByte(yaw_debug);
|
||||
DataFlash.WriteInt((int)(dcm.yaw_sensor/100));
|
||||
DataFlash.WriteInt((int)(nav_yaw/100));
|
||||
DataFlash.WriteInt((int)yaw_error/100);
|
||||
@ -607,7 +607,7 @@ static void Log_Read_Control_Tuning()
|
||||
DataFlash.ReadInt(),
|
||||
|
||||
// yaw
|
||||
//(int)DataFlash.ReadByte(),
|
||||
(int)DataFlash.ReadByte(),
|
||||
DataFlash.ReadInt(),
|
||||
DataFlash.ReadInt(),
|
||||
DataFlash.ReadInt(),
|
||||
|
Loading…
Reference in New Issue
Block a user