mirror of
https://github.com/ArduPilot/ardupilot
synced 2025-01-08 17:08:28 -04:00
Plane: remove unused function
This commit is contained in:
parent
ba009e55e3
commit
29c854e676
@ -437,18 +437,6 @@ static void calc_nav_roll()
|
||||
}
|
||||
|
||||
|
||||
/*****************************************
|
||||
* Roll servo slew limit
|
||||
*****************************************/
|
||||
/*
|
||||
* float roll_slew_limit(float servo)
|
||||
* {
|
||||
* static float last;
|
||||
* float temp = constrain_float(servo, last-ROLL_SLEW_LIMIT * delta_ms_fast_loop/1000.f, last + ROLL_SLEW_LIMIT * delta_ms_fast_loop/1000.f);
|
||||
* last = servo;
|
||||
* return temp;
|
||||
* }*/
|
||||
|
||||
/*****************************************
|
||||
* Throttle slew limit
|
||||
*****************************************/
|
||||
|
Loading…
Reference in New Issue
Block a user