Skip to content
Snippets Groups Projects
Commit 347f9da2 authored by Thomas Juerges's avatar Thomas Juerges
Browse files

fpga_scrap_R[W] is DevLong, not DevULong64

parent a69c7451
No related branches found
No related tags found
No related merge requests found
...@@ -101,13 +101,13 @@ class SDP(Device): ...@@ -101,13 +101,13 @@ class SDP(Device):
) )
fpga_scrap_RW = attribute( fpga_scrap_RW = attribute(
dtype = ('DevULong64',), dtype = ('DevLong',),
max_dim_x = 2048, max_dim_x = 2048,
access=AttrWriteType.READ_WRITE, access=AttrWriteType.READ_WRITE,
) )
fpga_scrap_R = attribute( fpga_scrap_R = attribute(
dtype = ('DevULong64',), dtype = ('DevLong',),
max_dim_x = 2048, max_dim_x = 2048,
) )
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment