Skip to content

Commit

Permalink
fix: removed rx_tag stuff for Program scoped tags for some reason
Browse files Browse the repository at this point in the history
  • Loading branch information
hutcheb committed Jul 10, 2024
1 parent c6855ce commit 6f39ebe
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions resources/templates/Comps/RxGeneric.ksy
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,7 @@ seq:
type:
switch-on: cip_type
cases:
0x68: rx_tag
0x6B: rx_tag
_: unknown
- id: len_record
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down

0 comments on commit 6f39ebe

Please sign in to comment.