AP_OpticalFlow: Make PX4FLOW work on all external I2C buses
This commit is contained in:
parent
869a369cc0
commit
8b7b5f0db9
@ -60,7 +60,7 @@ bool AP_OpticalFlow_PX4Flow::scan_buses(void)
|
||||
uint8_t retry_attempt = 0;
|
||||
|
||||
while (!success && retry_attempt < PX4FLOW_INIT_RETRIES) {
|
||||
for (uint8_t bus = 0; bus < 3; bus++) {
|
||||
FOREACH_I2C_EXTERNAL(bus) {
|
||||
#ifdef HAL_OPTFLOW_PX4FLOW_I2C_BUS
|
||||
// only one bus from HAL
|
||||
if (bus != HAL_OPTFLOW_PX4FLOW_I2C_BUS) {
|
||||
|
Loading…
Reference in New Issue
Block a user