Move Baseband/RSSI threads into Processors.

This commit is contained in:
Jared Boone
2016-06-25 11:11:37 -07:00
parent 74c8429f75
commit 525e72ac86
9 changed files with 44 additions and 2 deletions

View File

@@ -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;