Master.h: Project should be buildable

This commit is contained in:
RedHawk 2023-04-18 15:53:06 +03:00
parent 99677b2bd5
commit c5ad41556d

View File

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