mirror of
https://github.com/ArduPilot/ardupilot
synced 2025-01-11 10:28:29 -04:00
cosmetic
This commit is contained in:
parent
6f42442e57
commit
2c1fe93856
@ -213,8 +213,6 @@ process_logs(uint8_t argc, const Menu::arg *argv)
|
||||
}
|
||||
|
||||
|
||||
|
||||
|
||||
// print_latlon - prints an latitude or longitude value held in an int32_t
|
||||
// probably this should be moved to AP_Common
|
||||
void print_latlon(BetterStream *s, int32_t lat_or_lon)
|
||||
@ -525,8 +523,6 @@ static void Log_Write_Nav_Tuning()
|
||||
DataFlash.WriteInt(nav_lat); // 6
|
||||
DataFlash.WriteInt(g.pi_nav_lon.get_integrator()); // 7
|
||||
DataFlash.WriteInt(g.pi_nav_lat.get_integrator()); // 8
|
||||
//crosstrack_error
|
||||
//DataFlash.WriteInt(crosstrack_error); // 9
|
||||
DataFlash.WriteInt(g.pi_loiter_lon.get_integrator()); // 9
|
||||
DataFlash.WriteInt(g.pi_loiter_lat.get_integrator()); // 10
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user