mirror of
https://github.com/portapack-mayhem/mayhem-firmware.git
synced 2025-08-14 03:37:40 +00:00
Mark MatchedFilter::is_new_decimation_cycle() as const.
This commit is contained in:
@@ -77,7 +77,7 @@ private:
|
||||
decimation_phase = (decimation_phase + 1) % decimation_factor_;
|
||||
}
|
||||
|
||||
bool is_new_decimation_cycle() {
|
||||
bool is_new_decimation_cycle() const {
|
||||
return (decimation_phase == 0);
|
||||
}
|
||||
};
|
||||
|
Reference in New Issue
Block a user