Skip to content

Commit

Permalink
rename fix: smoothStepUpTransition (betaflight#13768)
Browse files Browse the repository at this point in the history
smoothStepUpTransition rename fix
  • Loading branch information
Ivan Efimov authored Jul 15, 2024
1 parent ee9172f commit 9730f9e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main/common/maths.h
Original file line number Diff line number Diff line change
Expand Up @@ -156,7 +156,7 @@ int16_t qPercent(fix12_t q);
int16_t qMultiply(fix12_t q, int16_t input);
fix12_t qConstruct(int16_t num, int16_t den);

float smoothStepDownTransition(const float x, const float center, const float width);
float smoothStepUpTransition(const float x, const float center, const float width);

static inline int constrain(int amt, int low, int high)
{
Expand Down

0 comments on commit 9730f9e

Please sign in to comment.