mirror of
https://github.com/portapack-mayhem/mayhem-firmware.git
synced 2025-10-18 08:32:13 +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