From 004428b35693bd37ebc6f9fda65d45c17a770569 Mon Sep 17 00:00:00 2001 From: MrAlaskan <1922345259@qq.com> Date: Tue, 21 Jul 2026 14:02:04 +0800 Subject: [PATCH] fix: avoid duplicate AfterAssemblyDataReceived callback for Assembly attribute 3 --- source/src/cip/cipassembly.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/source/src/cip/cipassembly.c b/source/src/cip/cipassembly.c index ef015ec84..ad174c667 100644 --- a/source/src/cip/cipassembly.c +++ b/source/src/cip/cipassembly.c @@ -125,7 +125,7 @@ CipInstance *CreateAssemblyObject(const CipInstanceNum instance_id, EncodeCipByteArray, DecodeCipAssemblyAttribute3, assembly_byte_array, - kSetAndGetAble | kPreGetFunc | kPostSetFunc); + kSetAndGetAble | kPreGetFunc); /* Attribute 4 Number of bytes in Attribute 3 */ InsertAttribute(instance, 4, kCipUint, EncodeCipUint,