From e94e7c6a75d521dae250ed201028526074e962db Mon Sep 17 00:00:00 2001 From: Robert Jordens Date: Tue, 5 May 2015 16:25:31 +0200 Subject: [PATCH] examples/ddb: make rtio_frame a list (json compat) --- examples/master/ddb.pyon | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/examples/master/ddb.pyon b/examples/master/ddb.pyon index 5dd3db64c..8cd545873 100644 --- a/examples/master/ddb.pyon +++ b/examples/master/ddb.pyon @@ -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" },