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
Branches
Tags
1 merge request!56L2SS-244: Expose the SSTs in MPs
......@@ -38,8 +38,7 @@ class SST(hardware_device):
SST_Port = device_property(
dtype='DevUShort',
mandatory=True,
default_value=5001
mandatory=True
)
# ----------
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment