forked from Archive/PX4-Autopilot
rc.sensors:Fix Shell Check warning
This commit is contained in:
parent
3c227b6f76
commit
8952fa2935
|
@ -136,9 +136,8 @@ fi
|
|||
# Sensirion SDP3X differential pressure sensor external I2C
|
||||
if param compare -s SENS_EN_SDP3X 1
|
||||
then
|
||||
if sdp3x_airspeed start -X
|
||||
if ! sdp3x_airspeed start -X
|
||||
then
|
||||
else
|
||||
# try another common address
|
||||
sdp3x_airspeed start -X -a 0x22
|
||||
fi
|
||||
|
|
Loading…
Reference in New Issue