mirror of
https://github.com/ArduPilot/ardupilot
synced 2025-02-22 15:53:56 -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
|
desired_accel_y : accel_target.y
|
||||||
};
|
};
|
||||||
DataFlash.WriteBlock(&pkt, sizeof(pkt));
|
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 {
|
struct PACKED log_Control_Tuning {
|
||||||
|
Loading…
Reference in New Issue
Block a user