Browse Source

ms5611: Fix to start drivers for all devices present at boot.

sbg
jaxxzer 9 years ago committed by Lorenz Meier
parent
commit
d8aee84625
  1. 2
      src/drivers/ms5611/ms5611_nuttx.cpp

2
src/drivers/ms5611/ms5611_nuttx.cpp

@ -963,7 +963,7 @@ start(enum MS5611_BUS busid)
continue; continue;
} }
started = started || start_bus(bus_options[i]); started = started | start_bus(bus_options[i]);
} }
if (!started) { if (!started) {

Loading…
Cancel
Save