1
0
Fork 0
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:
Ivan Efimov 2024-07-15 09:55:47 -05:00 committed by GitHub
parent ee9172f4da
commit 9730f9ee16
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -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)
{