mirror of
https://github.com/eried/portapack-mayhem.git
synced 2025-08-01 11:06:30 -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
|
@ -78,12 +78,6 @@ void BasebandThread::on_message(const Message* const message) {
|
|||
}
|
||||
}
|
||||
|
||||
void BasebandThread::on_update_spectrum() {
|
||||
if( baseband_processor ) {
|
||||
baseband_processor->on_update_spectrum();
|
||||
}
|
||||
}
|
||||
|
||||
void BasebandThread::run() {
|
||||
baseband::dma::init();
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue