mutex lgo test

This commit is contained in:
Jonas Zeunert
2019-12-19 23:49:28 +01:00
parent f613987b83
commit 33245b25c2
2 changed files with 4 additions and 0 deletions

View File

@@ -37,6 +37,8 @@ protected:
public:
static std::once_flag GPIO_LIB_INITIALIZED;
static std::mutex log;
};
}