From 6f39ebeb463a3d94c8a0ea980967aec705d6bcef Mon Sep 17 00:00:00 2001 From: Ben Hutcheson Date: Wed, 10 Jul 2024 06:52:05 +0200 Subject: [PATCH] fix: removed rx_tag stuff for Program scoped tags for some reason --- resources/templates/Comps/RxGeneric.ksy | 1 + setup.py | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/resources/templates/Comps/RxGeneric.ksy b/resources/templates/Comps/RxGeneric.ksy index 47bcdc7..4090c55 100644 --- a/resources/templates/Comps/RxGeneric.ksy +++ b/resources/templates/Comps/RxGeneric.ksy @@ -23,6 +23,7 @@ seq: type: switch-on: cip_type cases: + 0x68: rx_tag 0x6B: rx_tag _: unknown - id: len_record diff --git a/setup.py b/setup.py index ceafd48..7230673 100644 --- a/setup.py +++ b/setup.py @@ -49,7 +49,7 @@ def run(self): setup( name="acd-tools", - version="0.2a6", + version="0.2a7", description="Rockwell ACD File Tools", classifiers=[ "Development Status :: 3 - Alpha",