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

L2SS-244: Cannot have both mandatory=True and default_value

parent 993e9182
No related branches found
No related tags found
1 merge request!56L2SS-244: Expose the SSTs in MPs
...@@ -38,8 +38,7 @@ class SST(hardware_device): ...@@ -38,8 +38,7 @@ class SST(hardware_device):
SST_Port = device_property( SST_Port = device_property(
dtype='DevUShort', 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