Skip to content

Commit

Permalink
Filter: add DisableNotchPreArm to HarmonicNotchFilter
Browse files Browse the repository at this point in the history
  • Loading branch information
andyp1per committed May 25, 2024
1 parent 6de7adf commit 15aaabf
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions libraries/Filter/HarmonicNotchFilter.h
Original file line number Diff line number Diff line change
Expand Up @@ -114,6 +114,7 @@ class HarmonicNotchFilterParams : public NotchFilterParams {
EnableOnAllIMUs = 1<<3,
TripleNotch = 1<<4,
TreatLowAsMin = 1<<5,
DisableNotchPreArm = 1<<6,
};

HarmonicNotchFilterParams(void);
Expand Down

0 comments on commit 15aaabf

Please sign in to comment.