From 5788c02a100b2085f4c31e9832fae563ddef0167 Mon Sep 17 00:00:00 2001 From: Robert Jordens Date: Tue, 12 Apr 2016 19:41:06 +0800 Subject: [PATCH] examples: move pdq2 frame selects away from TTLInOut ttl3 --- artiq/examples/master/device_db.pyon | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/artiq/examples/master/device_db.pyon b/artiq/examples/master/device_db.pyon index ad1c51416..4f8f2a997 100644 --- a/artiq/examples/master/device_db.pyon +++ b/artiq/examples/master/device_db.pyon @@ -187,7 +187,7 @@ "arguments": { "pdq2_devices": ["qc_q1_0", "qc_q1_1", "qc_q1_2", "qc_q1_3"], "trigger_device": "ttl2", - "frame_devices": ["ttl3", "ttl4", "ttl5"] + "frame_devices": ["ttl4", "ttl5", "ttl6"] } },