mirror of
https://github.com/eried/portapack-mayhem.git
synced 2025-09-22 05:54:37 -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
|
@ -33,7 +33,7 @@ using namespace lpc43xx;
|
|||
|
||||
#include <array>
|
||||
|
||||
void WidebandSpectrum::execute(buffer_c8_t& buffer) {
|
||||
void WidebandSpectrum::execute(const buffer_c8_t& buffer) {
|
||||
// 2048 complex8_t samples per buffer.
|
||||
// 102.4us per buffer. 20480 instruction cycles per buffer.
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue