mirror of
https://github.com/portapack-mayhem/mayhem-firmware.git
synced 2025-08-20 03:47:45 +00:00
Hide BasebandThread::baseband_processor.
This commit is contained in:
@@ -42,9 +42,10 @@ public:
|
|||||||
|
|
||||||
Thread* thread_main { nullptr };
|
Thread* thread_main { nullptr };
|
||||||
Thread* thread_rssi { nullptr };
|
Thread* thread_rssi { nullptr };
|
||||||
BasebandProcessor* baseband_processor { nullptr };
|
|
||||||
|
|
||||||
private:
|
private:
|
||||||
|
BasebandProcessor* baseband_processor { nullptr };
|
||||||
|
|
||||||
BasebandConfiguration baseband_configuration;
|
BasebandConfiguration baseband_configuration;
|
||||||
|
|
||||||
void run() override;
|
void run() override;
|
||||||
|
Reference in New Issue
Block a user