Skip to content

Commit 227f599

Browse files
authored
Merge pull request #47 from plc151515/myChanges
my bug fix
2 parents 85242bf + ebce607 commit 227f599

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/StateFramework/State/State3Transition.st

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ NAMESPACE Simatic.Ax.StateFramework
4949
CASE pos OF
5050
UINT#0: GetTransition := transition1;
5151
UINT#1: GetTransition := transition2;
52-
UINT#2: GetTransition := transition2;
52+
UINT#2: GetTransition := transition3;
5353
ELSE
5454
GetTransition := NULL;
5555
END_CASE;

0 commit comments

Comments
 (0)