From 90876e01435a2d593e0e8b31336c4582b14c80ae 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 ebc75b1ff..63bbf975a 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"] } },