diff --git a/source/shoh/src/threads/master/Master.h b/source/shoh/src/threads/master/Master.h index 4b9b83a..ef81d73 100644 --- a/source/shoh/src/threads/master/Master.h +++ b/source/shoh/src/threads/master/Master.h @@ -29,7 +29,7 @@ public: void taskFunction(); private: int led; - std::shared_ptr message; + //std::shared_ptr message; };