From c5ad41556d18624b7f2171010cbca53aba00b8d9 Mon Sep 17 00:00:00 2001 From: RedHawk Date: Tue, 18 Apr 2023 15:53:06 +0300 Subject: [PATCH] Master.h: Project should be buildable --- source/shoh/src/threads/master/Master.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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; };