From 93ad4fa44005a61bd56f8ee53bb6269c156b9ad9 Mon Sep 17 00:00:00 2001 From: Lorenz Meier Date: Sun, 2 Oct 2016 11:29:53 +0200 Subject: [PATCH] rcS: The param save command is unnecessary as param set already stores to disk. --- ROMFS/px4fmu_common/init.d/rcS | 2 -- 1 file changed, 2 deletions(-) diff --git a/ROMFS/px4fmu_common/init.d/rcS b/ROMFS/px4fmu_common/init.d/rcS index 848fce0f0b..01a083ad7e 100644 --- a/ROMFS/px4fmu_common/init.d/rcS +++ b/ROMFS/px4fmu_common/init.d/rcS @@ -186,7 +186,6 @@ then if ver hwcmp MINDPX_V2 then param set INAV_LIDAR_ERR 0.8 - param save fi fi @@ -224,7 +223,6 @@ then if [ $AUTOCNF == yes ] then param set SYS_AUTOCONFIG 0 - param save fi unset AUTOCNF