mirror of
https://github.com/portapack-mayhem/mayhem-firmware.git
synced 2025-08-23 09:47:47 +00:00
Clean up baseband processors to each have a main().
This commit is contained in:
@@ -73,7 +73,8 @@ void WidebandSpectrum::on_message(const Message* const message) {
|
||||
}
|
||||
}
|
||||
|
||||
void run() {
|
||||
int main() {
|
||||
EventDispatcher event_dispatcher { std::make_unique<WidebandSpectrum>() };
|
||||
event_dispatcher.run();
|
||||
return 0;
|
||||
}
|
||||
|
Reference in New Issue
Block a user