mirror of
https://github.com/portapack-mayhem/mayhem-firmware.git
synced 2025-08-15 05:57:40 +00:00
Const/pass-by-reference a bunch more baseband stuff.
This commit is contained in:
@@ -30,7 +30,7 @@
|
||||
|
||||
class WidebandSpectrum : public BasebandProcessor {
|
||||
public:
|
||||
void execute(buffer_c8_t& buffer) override;
|
||||
void execute(const buffer_c8_t& buffer) override;
|
||||
|
||||
private:
|
||||
size_t sample_count = 0;
|
||||
|
Reference in New Issue
Block a user