From 856a64f6d22dd2fd92ab229ebd8f33bba9c13113 Mon Sep 17 00:00:00 2001 From: Sebastien Bourdeauducq Date: Tue, 14 Mar 2017 14:13:52 +0800 Subject: [PATCH] drtio: use TTLInOut in device_db --- artiq/examples/drtio/device_db.pyon | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/artiq/examples/drtio/device_db.pyon b/artiq/examples/drtio/device_db.pyon index 380c2dd39..af2f6a49b 100644 --- a/artiq/examples/drtio/device_db.pyon +++ b/artiq/examples/drtio/device_db.pyon @@ -73,13 +73,13 @@ "smap": { "type": "local", "module": "artiq.coredevice.ttl", - "class": "TTLOut", + "class": "TTLInOut", "arguments": {"channel": 8} }, "sman": { "type": "local", "module": "artiq.coredevice.ttl", - "class": "TTLOut", + "class": "TTLInOut", "arguments": {"channel": 9} }, @@ -135,13 +135,13 @@ "rsmap": { "type": "local", "module": "artiq.coredevice.ttl", - "class": "TTLOut", + "class": "TTLInOut", "arguments": {"channel": 0x010008} }, "rsman": { "type": "local", "module": "artiq.coredevice.ttl", - "class": "TTLOut", + "class": "TTLInOut", "arguments": {"channel": 0x010009} },