mirror of
https://github.com/eried/portapack-mayhem.git
synced 2025-08-02 19:46:45 -04:00
Const/pass-by-reference a bunch more baseband stuff.
This commit is contained in:
parent
3ed77af0c1
commit
ef315f0d92
22 changed files with 28 additions and 28 deletions
|
@ -26,7 +26,7 @@
|
|||
#include "i2s.hpp"
|
||||
using namespace lpc43xx;
|
||||
|
||||
void AISProcessor::execute(buffer_c8_t& buffer) {
|
||||
void AISProcessor::execute(const buffer_c8_t& buffer) {
|
||||
/* 2.4576MHz, 2048 samples */
|
||||
|
||||
auto decimator_out = decimator.execute(buffer);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue