Skip to content

Commit

Permalink
AP_HAL_Linux: re-order initialiser lines so -Werror=reorder will work
Browse files Browse the repository at this point in the history
  • Loading branch information
peterbarker committed Nov 12, 2024
1 parent cca1edb commit 43970c0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion libraries/AP_HAL_Linux/Flow_PX4.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -53,8 +53,8 @@ Flow_PX4::Flow_PX4(uint32_t width, uint32_t bytesperline,
float bottom_flow_feature_threshold,
float bottom_flow_value_threshold) :
_width(width),
_bytesperline(bytesperline),
_search_size(max_flow_pixel),
_bytesperline(bytesperline),
_bottom_flow_feature_threshold(bottom_flow_feature_threshold),
_bottom_flow_value_threshold(bottom_flow_value_threshold)
{
Expand Down

0 comments on commit 43970c0

Please sign in to comment.