mirror of
https://github.com/PX4/PX4-Autopilot.git
synced 2026-06-05 22:24:47 +08:00
PX4_SAME70XPLAINED_V1:Remove unnesasary conditional for FMU mode
This commit is contained in:
committed by
Daniel Agar
parent
e967e02c4d
commit
986607b37d
@@ -426,9 +426,6 @@ then
|
|||||||
set OUTPUT_MODE uavcan_esc
|
set OUTPUT_MODE uavcan_esc
|
||||||
fi
|
fi
|
||||||
|
|
||||||
if ver hwcmp PX4_SAME70XPLAINED_V1
|
|
||||||
then
|
|
||||||
else
|
|
||||||
# Sensors on the PWM interface bank
|
# Sensors on the PWM interface bank
|
||||||
if param compare SENS_EN_LL40LS 1
|
if param compare SENS_EN_LL40LS 1
|
||||||
then
|
then
|
||||||
@@ -453,7 +450,6 @@ then
|
|||||||
param set CAM_FBACK_MODE 1
|
param set CAM_FBACK_MODE 1
|
||||||
camera_feedback start
|
camera_feedback start
|
||||||
fi
|
fi
|
||||||
fi
|
|
||||||
|
|
||||||
# If OUTPUT_MODE == none then something is wrong with setup and we shouldn't try to enable output
|
# If OUTPUT_MODE == none then something is wrong with setup and we shouldn't try to enable output
|
||||||
if [ $OUTPUT_MODE != none ]
|
if [ $OUTPUT_MODE != none ]
|
||||||
|
|||||||
Reference in New Issue
Block a user