We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ca129fc commit 9547b47Copy full SHA for 9547b47
2 files changed
examples/fsm_endpoint_1.py
@@ -52,7 +52,7 @@ def serial_connection(e):
52
e.fsm.connection_ko()
53
54
55
-def retry_serial_connection():
+def retry_serial_connection(e):
56
"""
57
Retry serial connection state.
58
examples/fsm_endpoint_2.py
@@ -59,7 +59,7 @@ def serial_connection(e):
59
60
61
62
63
64
65
0 commit comments