mirror of
https://github.com/portapack-mayhem/mayhem-firmware.git
synced 2025-08-15 05:47:38 +00:00
Transform update spectrum event into message.
This commit is contained in:
@@ -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);
|
||||
}
|
||||
};
|
||||
|
||||
|
Reference in New Issue
Block a user