From f692b87232f40ae288fbd8dcf72d8f12bd420eba Mon Sep 17 00:00:00 2001 From: Anton Matosov Date: Tue, 6 Jun 2017 23:21:09 -0700 Subject: [PATCH] Replace tab with space between param name and value to prevent bricking --- ROMFS/px4fmu_common/init.d/4080_zmr250 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ROMFS/px4fmu_common/init.d/4080_zmr250 b/ROMFS/px4fmu_common/init.d/4080_zmr250 index d9519a15bc..227ea8e41d 100644 --- a/ROMFS/px4fmu_common/init.d/4080_zmr250 +++ b/ROMFS/px4fmu_common/init.d/4080_zmr250 @@ -20,7 +20,7 @@ then param set MC_ROLL_P 2.0 param set MC_ROLLRATE_P 0.05 param set MC_ROLLRATE_I 0.2 - param set MC_ROLLRATE_D 0.0015 + param set MC_ROLLRATE_D 0.0015 param set MC_ROLL_TC 0.18 param set MC_PITCH_P 2.0