1
0
Fork 0
mirror of https://github.com/betaflight/betaflight.git synced 2025-07-20 06:45:16 +03:00

Merge branch 'master' into development

This commit is contained in:
borisbstyle 2016-10-12 10:15:13 +02:00
commit aaafd4f661
9 changed files with 34 additions and 22 deletions

View file

@ -104,7 +104,6 @@ biquadFilter_t dtermFilterNotch[3];
bool dtermNotchInitialised;
bool dtermBiquadLpfInitialised;
denoisingState_t dtermDenoisingState[3];
bool dtermNotchInitialised;
void initFilters(const pidProfile_t *pidProfile) {
int axis;