mirror of
https://github.com/eried/portapack-mayhem.git
synced 2025-09-19 12:34:48 -04:00
Move Baseband/RSSI threads into Processors.
This commit is contained in:
parent
74c8429f75
commit
525e72ac86
9 changed files with 44 additions and 2 deletions
|
@ -50,8 +50,6 @@ public:
|
|||
private:
|
||||
static Thread* thread_event_loop;
|
||||
|
||||
BasebandThread baseband_thread { NORMALPRIO + 20 };
|
||||
RSSIThread rssi_thread { NORMALPRIO + 10 };
|
||||
|
||||
bool is_running = true;
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue