Skip to content

Commit

Permalink
Change MC_BAT_SCALE_EN to boolean
Browse files Browse the repository at this point in the history
  • Loading branch information
dennisss authored and LorenzMeier committed Nov 19, 2016
1 parent 3764104 commit 2799c0f
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions src/modules/mc_att_control/mc_att_control_params.c
Original file line number Diff line number Diff line change
Expand Up @@ -414,8 +414,7 @@ PARAM_DEFINE_FLOAT(MC_TPA_SLOPE, 1.0f);
* at lower battery percentages. i.e. if hover is at 0.5 throttle at 100% battery,
* it will still be 0.5 at 60% battery.
*
* @min 0
* @max 1
* @boolean
* @group Multicopter Attitude Control
*/
PARAM_DEFINE_INT32(MC_BAT_SCALE_EN, 0);

0 comments on commit 2799c0f

Please sign in to comment.