From 3493b7d1b714048515f5a973531c9d75329ae1ce Mon Sep 17 00:00:00 2001 From: Jared Boone Date: Tue, 23 Feb 2016 19:56:55 -0800 Subject: [PATCH] Hide BasebandThread::baseband_processor. --- firmware/baseband/baseband_thread.hpp | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/firmware/baseband/baseband_thread.hpp b/firmware/baseband/baseband_thread.hpp index 6da3c4939..ab9f7bb82 100644 --- a/firmware/baseband/baseband_thread.hpp +++ b/firmware/baseband/baseband_thread.hpp @@ -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;