Const/pass-by-reference a bunch more baseband stuff.

This commit is contained in:
Jared Boone 2015-12-10 12:36:12 -08:00
parent 3ed77af0c1
commit ef315f0d92
22 changed files with 28 additions and 28 deletions

View file

@ -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);