mirror of https://github.com/ArduPilot/ardupilot
Log.pde: removed nav_bearing reference and replaced with target_bearing ref
This commit is contained in:
parent
678b12af25
commit
900f169c44
|
@ -577,7 +577,7 @@ static void Log_Write_Nav_Tuning()
|
|||
DataFlash.WriteByte(LOG_NAV_TUNING_MSG);
|
||||
|
||||
DataFlash.WriteInt(wp_distance); // 1
|
||||
DataFlash.WriteInt(nav_bearing/100); // 2
|
||||
DataFlash.WriteInt(target_bearing/100); // 2
|
||||
DataFlash.WriteInt(long_error); // 3
|
||||
DataFlash.WriteInt(lat_error); // 4
|
||||
DataFlash.WriteInt(nav_lon); // 5
|
||||
|
|
Loading…
Reference in New Issue