mirror of
https://github.com/ArduPilot/ardupilot
synced 2025-02-22 07:44:03 -04:00
Copter: remove debug
This commit is contained in:
parent
80ae3dca2e
commit
8e08a1f8ab
@ -301,7 +301,6 @@ static void Log_Write_Nav_Tuning()
|
||||
desired_accel_y : accel_target.y
|
||||
};
|
||||
DataFlash.WriteBlock(&pkt, sizeof(pkt));
|
||||
cliSerial->printf_P(PSTR("\nX:%4.2f Y:%4.2f\n"),(float)pos_target.x,(float)pos_target.y);
|
||||
}
|
||||
|
||||
struct PACKED log_Control_Tuning {
|
||||
|
Loading…
Reference in New Issue
Block a user