Skip to content
Snippets Groups Projects
Commit 877a18cd authored by Jan David Mol's avatar Jan David Mol
Browse files

L2SS-244: Added default for SST_Port to be the default port SDP sends to.

parent db5b7721
No related branches found
No related tags found
1 merge request!56L2SS-244: Expose the SSTs in MPs
......@@ -38,7 +38,8 @@ class SST(hardware_device):
SST_Port = device_property(
dtype='DevUShort',
mandatory=True
mandatory=True,
default_value=5001
)
# ----------
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment