--- a/C_runtime/PLCObject.cpp Thu Aug 22 12:16:45 2024 +0200
+++ b/C_runtime/PLCObject.cpp Sat Sep 07 12:50:57 2024 +0200
@@ -344,6 +344,9 @@
uint32_t PLCObject::LoadPLC(void)
{
+
+ // TODO use PLCLibMutex
+
// Load the last transferred PLC md5 hex digest
std::string md5sum;
try {