You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@plc4x.apache.org by cd...@apache.org on 2022/06/15 08:22:34 UTC

[plc4x] branch develop updated: fix(protocol/eip): Removed some single-quotes around the CIPStructTypeCode enum name

This is an automated email from the ASF dual-hosted git repository.

cdutz pushed a commit to branch develop
in repository https://gitbox.apache.org/repos/asf/plc4x.git


The following commit(s) were added to refs/heads/develop by this push:
     new 9b2ebd0afc fix(protocol/eip): Removed some single-quotes around the CIPStructTypeCode enum name
9b2ebd0afc is described below

commit 9b2ebd0afcd3c61c91248c04e77ab2723962d217
Author: cdutz <ch...@c-ware.de>
AuthorDate: Wed Jun 15 10:22:19 2022 +0200

    fix(protocol/eip): Removed some single-quotes around the CIPStructTypeCode enum name
---
 protocols/eip/src/main/resources/protocols/eip/eip.mspec | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/protocols/eip/src/main/resources/protocols/eip/eip.mspec b/protocols/eip/src/main/resources/protocols/eip/eip.mspec
index 74a5feaf78..9285bd5e2c 100644
--- a/protocols/eip/src/main/resources/protocols/eip/eip.mspec
+++ b/protocols/eip/src/main/resources/protocols/eip/eip.mspec
@@ -128,7 +128,7 @@
     //['-1'       UNKNOWN         ['-1']]
 ]
 
-[enum uint 16 'CIPStructTypeCode'
+[enum uint 16 CIPStructTypeCode
     ['0x0FCE'   STRING]
 ]