Skip to content

Commit

Permalink
Merge pull request #47 from plc151515/myChanges
Browse files Browse the repository at this point in the history
my bug fix
  • Loading branch information
sjuergen authored Jul 1, 2024
2 parents 85242bf + ebce607 commit 227f599
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/StateFramework/State/State3Transition.st
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ NAMESPACE Simatic.Ax.StateFramework
CASE pos OF
UINT#0: GetTransition := transition1;
UINT#1: GetTransition := transition2;
UINT#2: GetTransition := transition2;
UINT#2: GetTransition := transition3;
ELSE
GetTransition := NULL;
END_CASE;
Expand Down

0 comments on commit 227f599

Please sign in to comment.