mirror of
https://github.com/eried/portapack-mayhem.git
synced 2025-08-02 03:26:40 -04:00
Clean up baseband processors to each have a main().
This commit is contained in:
parent
c8ffea0098
commit
fe1a6c09bb
10 changed files with 16 additions and 36 deletions
|
@ -108,7 +108,8 @@ void NarrowbandAMAudio::capture_config(const CaptureConfigMessage& message) {
|
|||
}
|
||||
}
|
||||
|
||||
void run() {
|
||||
int main() {
|
||||
EventDispatcher event_dispatcher { std::make_unique<NarrowbandAMAudio>() };
|
||||
event_dispatcher.run();
|
||||
return 0;
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue