mirror of
https://github.com/portapack-mayhem/mayhem-firmware.git
synced 2025-08-22 17:39:21 +00:00
Const/pass-by-reference a bunch more baseband stuff.
This commit is contained in:
@@ -23,7 +23,7 @@
|
||||
|
||||
#include <cstdint>
|
||||
|
||||
void NarrowbandAMAudio::execute(buffer_c8_t& buffer) {
|
||||
void NarrowbandAMAudio::execute(const buffer_c8_t& buffer) {
|
||||
auto decimator_out = decimator.execute(buffer);
|
||||
|
||||
const buffer_c16_t work_baseband_buffer {
|
||||
|
Reference in New Issue
Block a user