mirror of
https://github.com/ArduPilot/ardupilot
synced 2025-01-03 06:28:27 -04:00
APM_Control: fixed cygwin build
FF0 is a macro in cygwin
This commit is contained in:
parent
767a0b2a99
commit
f64c6f9ba1
@ -239,7 +239,7 @@ void AP_AutoTune::update(AP_Logger::PID_Info &pinfo, float scaler, float angle_e
|
||||
actuator : actuator,
|
||||
desired_rate : desired_rate,
|
||||
actual_rate : actual_rate,
|
||||
FF0: FF_single,
|
||||
FF_single: FF_single,
|
||||
FF: current.FF,
|
||||
P: current.P,
|
||||
I: current.I,
|
||||
|
@ -28,7 +28,7 @@ public:
|
||||
float actuator;
|
||||
float desired_rate;
|
||||
float actual_rate;
|
||||
float FF0;
|
||||
float FF_single;
|
||||
float FF;
|
||||
float P;
|
||||
float I;
|
||||
|
Loading…
Reference in New Issue
Block a user