mirror of
https://github.com/portapack-mayhem/mayhem-firmware.git
synced 2025-06-08 19:58:34 +00:00
Remove BasebandProcessor virtual method replaced by message.
This commit is contained in:
parent
222b878629
commit
c5b234d9f6
@ -39,7 +39,6 @@ public:
|
|||||||
virtual void execute(const buffer_c8_t& buffer) = 0;
|
virtual void execute(const buffer_c8_t& buffer) = 0;
|
||||||
|
|
||||||
virtual void on_message(const Message* const) { };
|
virtual void on_message(const Message* const) { };
|
||||||
virtual void on_update_spectrum() { };
|
|
||||||
|
|
||||||
protected:
|
protected:
|
||||||
void feed_channel_stats(const buffer_c16_t& channel);
|
void feed_channel_stats(const buffer_c16_t& channel);
|
||||||
|
Loading…
x
Reference in New Issue
Block a user