mirror of
https://github.com/ArduPilot/ardupilot
synced 2025-01-08 17:08:28 -04:00
Plane: do not log CURR.Throttle because it's already logged elsewhere
This commit is contained in:
parent
a96abde4bf
commit
a596aa5907
@ -406,7 +406,7 @@ struct PACKED log_Arm_Disarm {
|
||||
|
||||
void Plane::Log_Write_Current()
|
||||
{
|
||||
DataFlash.Log_Write_Current(battery, channel_throttle->get_control_in());
|
||||
DataFlash.Log_Write_Current(battery);
|
||||
|
||||
// also write power status
|
||||
DataFlash.Log_Write_Power();
|
||||
|
Loading…
Reference in New Issue
Block a user