mirror of
https://github.com/eried/portapack-mayhem.git
synced 2025-07-31 18:49:15 -04:00
Hide BasebandThread::baseband_processor.
This commit is contained in:
parent
a1b9f4aa1b
commit
3493b7d1b7
1 changed files with 2 additions and 1 deletions
|
@ -42,9 +42,10 @@ public:
|
|||
|
||||
Thread* thread_main { nullptr };
|
||||
Thread* thread_rssi { nullptr };
|
||||
BasebandProcessor* baseband_processor { nullptr };
|
||||
|
||||
private:
|
||||
BasebandProcessor* baseband_processor { nullptr };
|
||||
|
||||
BasebandConfiguration baseband_configuration;
|
||||
|
||||
void run() override;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue