mirror of
https://github.com/portapack-mayhem/mayhem-firmware.git
synced 2025-08-21 06:07:42 +00:00
Const/pass-by-reference a bunch more baseband stuff.
This commit is contained in:
@@ -50,7 +50,7 @@ constexpr size_t idm_payload_length_max { 1408 };
|
||||
|
||||
class ERTProcessor : public BasebandProcessor {
|
||||
public:
|
||||
void execute(buffer_c8_t& buffer) override;
|
||||
void execute(const buffer_c8_t& buffer) override;
|
||||
|
||||
private:
|
||||
const uint32_t baseband_sampling_rate = 4194304;
|
||||
|
Reference in New Issue
Block a user