Skip to content

Commit

Permalink
remove "transitional support" (#5378)
Browse files Browse the repository at this point in the history
  • Loading branch information
kd0aij authored and LorenzMeier committed Aug 24, 2016
1 parent 96384bd commit 545152f
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 18 deletions.
9 changes: 0 additions & 9 deletions ROMFS/px4fmu_common/init.d/rc.mc_defaults
Original file line number Diff line number Diff line change
Expand Up @@ -34,15 +34,6 @@ set PWM_AUX_DISARMED 1500
set PWM_AUX_MIN 1000
set PWM_AUX_MAX 2000

# Transitional support: ensure suitable PWM min/max param values
if param compare PWM_MIN 1000
then
param set PWM_MIN 1075
fi
if param compare PWM_MAX 2000
then
param set PWM_MAX 1950
fi
if param compare PWM_DISARMED 0
then
param set PWM_DISARMED 900
Expand Down
9 changes: 0 additions & 9 deletions ROMFS/px4fmu_common/init.d/rc.vtol_defaults
Original file line number Diff line number Diff line change
Expand Up @@ -34,15 +34,6 @@ set PWM_DISARMED p:PWM_DISARMED
set PWM_MIN p:PWM_MIN
set PWM_MAX p:PWM_MAX

# Transitional support: ensure suitable PWM min/max param values
if param compare PWM_MIN 1000
then
param set PWM_MIN 1075
fi
if param compare PWM_MAX 2000
then
param set PWM_MAX 1950
fi
if param compare PWM_DISARMED 0
then
param set PWM_DISARMED 900
Expand Down

0 comments on commit 545152f

Please sign in to comment.