mirror of
https://github.com/eried/portapack-mayhem.git
synced 2025-07-30 01:59:13 -04:00
Transform update spectrum event into message.
This commit is contained in:
parent
c9f9d97d07
commit
39ca6fec62
10 changed files with 33 additions and 13 deletions
|
@ -189,8 +189,8 @@ private:
|
|||
}
|
||||
|
||||
void handle_spectrum() {
|
||||
// TODO: Send this via another message?!
|
||||
baseband_thread.on_update_spectrum();
|
||||
const UpdateSpectrumMessage message;
|
||||
baseband_thread.on_message(&message);
|
||||
}
|
||||
};
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue