erpc_interface/erpc_PLCObject/__init__.py
changeset 4043 b217fb367574
parent 4035 c317fc64035e
--- a/erpc_interface/erpc_PLCObject/__init__.py	Tue Nov 19 23:52:04 2024 +0100
+++ b/erpc_interface/erpc_PLCObject/__init__.py	Fri Nov 22 16:31:51 2024 +0100
@@ -1,5 +1,5 @@
 #
-# Generated by erpcgen 1.12.0 on Mon May 20 17:53:37 2024.
+# Generated by erpcgen 1.13.0 on Fri Nov  8 11:06:24 2024.
 #
 # AUTOGENERATED - DO NOT EDIT
 #
@@ -9,8 +9,8 @@
     version = erpc_version.ERPC_VERSION
 except ImportError:
     version = "unknown"
-if version != "1.12.0":
-    raise ValueError("The generated shim code version (1.12.0) is different to the rest of eRPC code (%s). \
+if version != "1.13.0":
+    raise ValueError("The generated shim code version (1.13.0) is different to the rest of eRPC code (%s). \
 Install newer version by running \"python setup.py install\" in folder erpc/erpc_python/." % repr(version))
 
 from . import common