Merge branch 'thread-master'

This commit is contained in:
RedHawk 2023-04-18 15:53:24 +03:00
commit ed426e4736

View File

@ -29,7 +29,7 @@ public:
void taskFunction(); void taskFunction();
private: private:
int led; int led;
std::shared_ptr<ThreadCommon::Event> message; //std::shared_ptr<ThreadCommon::Event> message;
}; };