mirror of
https://gitee.com/mirrors_PX4/PX4-Autopilot.git
synced 2026-05-16 15:47:35 +08:00
rcS: use mtd on FMUv1 too
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user