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

Argh: the Tango uint64_t is DevULong64 and not DevUInt64

parent abd2372e
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 = ('DevUInt64',), dtype = ('DevULong64',),
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 = ('DevUInt64',), dtype = ('DevULong64',),
max_dim_x = 2048, max_dim_x = 2048,
) )
......
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