Skip to content

Commit

Permalink
Filter: HarmonicNotchFilter: convert harmonics as a bitmask
Browse files Browse the repository at this point in the history
  • Loading branch information
IamPete1 committed Apr 17, 2024
1 parent cd0bdda commit 8f2b2cf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion libraries/Filter/HarmonicNotchFilter.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -515,7 +515,7 @@ HarmonicNotchFilterParams::HarmonicNotchFilterParams(void)

void HarmonicNotchFilterParams::init()
{
_harmonics.convert_parameter_width(AP_PARAM_INT8);
_harmonics.convert_bitmask_parameter_width(AP_PARAM_INT8);
}

/*
Expand Down

0 comments on commit 8f2b2cf

Please sign in to comment.