Baseband: Pass unhandled messages to baseband thread, processor.

This commit is contained in:
Jared Boone 2016-01-02 22:59:31 -08:00
parent 07cd99d85d
commit fd612dc207
4 changed files with 10 additions and 2 deletions

View file

@ -38,6 +38,7 @@ public:
virtual void execute(const buffer_c8_t& buffer) = 0;
virtual void on_message(const Message* const) { };
virtual void on_update_spectrum() { };
protected: