mirror of
https://github.com/eried/portapack-mayhem.git
synced 2025-07-01 18:16:53 -04:00
Mark MatchedFilter::is_new_decimation_cycle() as const.
This commit is contained in:
parent
3c33e20156
commit
4afcc83873
1 changed files with 1 additions and 1 deletions
|
@ -77,7 +77,7 @@ private:
|
||||||
decimation_phase = (decimation_phase + 1) % decimation_factor_;
|
decimation_phase = (decimation_phase + 1) % decimation_factor_;
|
||||||
}
|
}
|
||||||
|
|
||||||
bool is_new_decimation_cycle() {
|
bool is_new_decimation_cycle() const {
|
||||||
return (decimation_phase == 0);
|
return (decimation_phase == 0);
|
||||||
}
|
}
|
||||||
};
|
};
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue