mirror of
https://gitee.com/mirrors_PX4/PX4-Autopilot.git
synced 2026-04-14 10:07:39 +08:00
rcS: use mtd on FMUv1 too
This commit is contained in:
parent
a8d362de13
commit
c94eb3198a
@ -75,12 +75,9 @@ then
|
||||
# Load parameters
|
||||
#
|
||||
set PARAM_FILE /fs/microsd/params
|
||||
if hw_ver compare PX4FMU_V2
|
||||
if mtd start
|
||||
then
|
||||
if mtd start
|
||||
then
|
||||
set PARAM_FILE /fs/mtd_params
|
||||
fi
|
||||
set PARAM_FILE /fs/mtd_params
|
||||
fi
|
||||
|
||||
param select $PARAM_FILE
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user