mirror of
https://github.com/eried/portapack-mayhem.git
synced 2025-08-02 11:36:38 -04:00
Make some Baseband/RSSIThread members private/const.
This commit is contained in:
parent
ded33ebabd
commit
255c568f9e
2 changed files with 4 additions and 3 deletions
|
@ -48,11 +48,12 @@ public:
|
|||
Thread* thread_main { nullptr };
|
||||
Thread* thread_rssi { nullptr };
|
||||
BasebandProcessor* baseband_processor { nullptr };
|
||||
BasebandConfiguration baseband_configuration;
|
||||
|
||||
private:
|
||||
WORKING_AREA(wa, 2048);
|
||||
|
||||
BasebandConfiguration baseband_configuration;
|
||||
|
||||
void run() override;
|
||||
|
||||
BasebandProcessor* create_processor(const int32_t mode);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue