Hide BasebandThread::baseband_processor.

This commit is contained in:
Jared Boone 2016-02-23 19:56:55 -08:00
parent a1b9f4aa1b
commit 3493b7d1b7

View File

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