1
0
Fork 0
mirror of https://github.com/betaflight/betaflight.git synced 2025-07-23 08:15:30 +03:00

Fixes from review.

This commit is contained in:
mikeller 2018-06-09 13:11:37 +12:00
parent db3c0d1447
commit d43c178488
3 changed files with 20 additions and 14 deletions

View file

@ -91,6 +91,7 @@ typedef union {
int gcd(int num, int denom);
float powerf(float base, int exp);
int32_t applyDeadband(int32_t value, int32_t deadband);
float fapplyDeadband(float value, float deadband);
void devClear(stdev_t *dev);
void devPush(stdev_t *dev, float x);