mirror of
https://github.com/portapack-mayhem/mayhem-firmware.git
synced 2026-08-22 15:39:04 +00:00
Baseband: Pass unhandled messages to baseband thread, processor.
This commit is contained in:
@@ -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() {
|
||||
|
||||
Reference in New Issue
Block a user