mirror of
https://github.com/betaflight/betaflight.git
synced 2025-07-13 11:29:58 +03:00
rename fix: smoothStepUpTransition (#13768)
smoothStepUpTransition rename fix
This commit is contained in:
parent
ee9172f4da
commit
9730f9ee16
1 changed files with 1 additions and 1 deletions
|
@ -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)
|
||||
{
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue