mirror of
https://github.com/portapack-mayhem/mayhem-firmware.git
synced 2025-05-09 17:46:48 +00:00
Mark MatchedFilter::is_new_decimation_cycle() as const.
This commit is contained in:
parent
3c33e20156
commit
4afcc83873
@ -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…
x
Reference in New Issue
Block a user