mirror of https://github.com/ArduPilot/ardupilot
AC_PID: fixed example build warning
This commit is contained in:
parent
1450f33b51
commit
27b43f4036
|
@ -36,7 +36,6 @@ void loop()
|
|||
uint16_t radio_trim;
|
||||
int16_t error;
|
||||
float control_P, control_I, control_D;
|
||||
float dt = 1000/50;
|
||||
|
||||
// display PID gains
|
||||
hal.console->printf("P %f I %f D %f imax %f\n", (float)pid.kP(), (float)pid.kI(), (float)pid.kD(), (float)pid.imax());
|
||||
|
|
Loading…
Reference in New Issue