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,
|
actuator : actuator,
|
||||||
desired_rate : desired_rate,
|
desired_rate : desired_rate,
|
||||||
actual_rate : actual_rate,
|
actual_rate : actual_rate,
|
||||||
FF0: FF_single,
|
FF_single: FF_single,
|
||||||
FF: current.FF,
|
FF: current.FF,
|
||||||
P: current.P,
|
P: current.P,
|
||||||
I: current.I,
|
I: current.I,
|
||||||
|
@ -28,7 +28,7 @@ public:
|
|||||||
float actuator;
|
float actuator;
|
||||||
float desired_rate;
|
float desired_rate;
|
||||||
float actual_rate;
|
float actual_rate;
|
||||||
float FF0;
|
float FF_single;
|
||||||
float FF;
|
float FF;
|
||||||
float P;
|
float P;
|
||||||
float I;
|
float I;
|
||||||
|
Loading…
Reference in New Issue
Block a user