Skip to content

Commit

Permalink
AP_Quicktune: Remove unneeded returns
Browse files Browse the repository at this point in the history
  • Loading branch information
MichelleRos committed Aug 6, 2024
1 parent 06fe431 commit e1154c9
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions libraries/AP_Quicktune/AP_Quicktune.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -651,7 +651,6 @@ void AP_Quicktune::set_param_value(AP_Quicktune::Param param, float value)
return;
}
INTERNAL_ERROR(AP_InternalError::error_t::flow_of_control);
return;
}

void AP_Quicktune::set_and_save_param_value(AP_Quicktune::Param param, float value)
Expand All @@ -662,7 +661,6 @@ void AP_Quicktune::set_and_save_param_value(AP_Quicktune::Param param, float val
return;
}
INTERNAL_ERROR(AP_InternalError::error_t::flow_of_control);
return;
}

AP_Quicktune::AxisName AP_Quicktune::get_axis(AP_Quicktune::Param param)
Expand Down

0 comments on commit e1154c9

Please sign in to comment.