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} },