mirror of
https://github.com/eried/portapack-mayhem.git
synced 2025-07-29 17:49:14 -04:00
Baseband: Pass unhandled messages to baseband thread, processor.
This commit is contained in:
parent
07cd99d85d
commit
fd612dc207
4 changed files with 10 additions and 2 deletions
|
@ -192,8 +192,8 @@ private:
|
|||
request_stop();
|
||||
}
|
||||
|
||||
void on_message_default(const Message* const) {
|
||||
// TODO: Pass to active baseband processor.
|
||||
void on_message_default(const Message* const message) {
|
||||
baseband_thread.on_message(message);
|
||||
}
|
||||
|
||||
void handle_spectrum() {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue