mirror of https://github.com/ArduPilot/ardupilot
AP_HAL_Linux: re-order initialiser lines so -Werror=reorder will work
This commit is contained in:
parent
cca1edb78d
commit
43970c0c7a
|
@ -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)
|
||||
{
|
||||
|
|
Loading…
Reference in New Issue