forked from Archive/PX4-Autopilot
boards/px4/fmu-v3: allow optional ms5607 startup to fail quietly (no error)
This commit is contained in:
parent
238fdadfee
commit
355f184f06
|
@ -12,7 +12,7 @@ board_adc start
|
|||
hmc5883 -T -I -R 4 start
|
||||
|
||||
# Internal SPI (auto detect ms5611 or ms5607)
|
||||
if ! ms5611 -T 5607 -s -b 1 start
|
||||
if ! ms5611 -T 5607 -q -s -b 1 start
|
||||
then
|
||||
ms5611 -s -b 1 start
|
||||
fi
|
||||
|
|
|
@ -12,7 +12,7 @@ board_adc start
|
|||
hmc5883 -T -I -R 4 start
|
||||
|
||||
# Internal SPI (auto detect ms5611 or ms5607)
|
||||
if ! ms5611 -T 5607 -s -b 1 start
|
||||
if ! ms5611 -T 5607 -q -s -b 1 start
|
||||
then
|
||||
ms5611 -s -b 1 start
|
||||
fi
|
||||
|
|
Loading…
Reference in New Issue