forked from M-Labs/artiq
examples/ddb: make rtio_frame a list (json compat)
This commit is contained in:
parent
c8fba45db5
commit
e94e7c6a75
|
@ -117,7 +117,7 @@
|
|||
"arguments": {
|
||||
"pdq2_devices": ["qc_q1_0", "qc_q1_1", "qc_q1_2", "qc_q1_3"],
|
||||
"rtio_trigger": 7,
|
||||
"rtio_frame": (2, 3, 4)
|
||||
"rtio_frame": [2, 3, 4]
|
||||
},
|
||||
"comment": "Conflicts with dds2 and ttl0-2"
|
||||
},
|
||||
|
|
Loading…
Reference in New Issue