mirror of
https://github.com/portapack-mayhem/mayhem-firmware.git
synced 2026-08-20 14:39:01 +00:00
Transform update spectrum event into message.
This commit is contained in:
@@ -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();
|
||||
|
||||
|
||||
Reference in New Issue
Block a user