mirror of
https://github.com/portapack-mayhem/mayhem-firmware.git
synced 2026-09-10 16:49:36 +00:00
...and more pass-by-reference.
Another 176 bytes!
This commit is contained in:
@@ -31,7 +31,7 @@
|
||||
|
||||
class FMSquelch {
|
||||
public:
|
||||
bool execute(buffer_s16_t audio);
|
||||
bool execute(const buffer_s16_t& audio);
|
||||
|
||||
void set_threshold(const uint32_t new_value);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user