mirror of
https://github.com/portapack-mayhem/mayhem-firmware.git
synced 2026-09-12 17:49:31 +00:00
Move Baseband/RSSI threads into Processors.
This commit is contained in:
@@ -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;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user