mirror of https://github.com/ArduPilot/ardupilot
AP_L1_Control: remove checks for HAL_BOARD_APM2 and HAL_BOARD_APM1
This commit is contained in:
parent
3142f21363
commit
266bb3b759
|
@ -135,7 +135,6 @@ void AP_L1_Control::_prevent_indecision(float &Nu)
|
||||||
}
|
}
|
||||||
|
|
||||||
// update L1 control for waypoint navigation
|
// update L1 control for waypoint navigation
|
||||||
// this function costs about 3.5 milliseconds on a AVR2560
|
|
||||||
void AP_L1_Control::update_waypoint(const struct Location &prev_WP, const struct Location &next_WP)
|
void AP_L1_Control::update_waypoint(const struct Location &prev_WP, const struct Location &next_WP)
|
||||||
{
|
{
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue