mirror of
https://github.com/eried/portapack-mayhem.git
synced 2024-12-24 23:09:26 -05: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…
Reference in New Issue
Block a user