mirror of
https://github.com/portapack-mayhem/mayhem-firmware.git
synced 2025-08-23 14:57:29 +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