C_runtime/PLCObject.cpp
changeset 4007 76dede1e3403
parent 3961 f01bd9a40554
child 4032 1ffff67678ad
--- 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 {