diff --git a/examples/device_db.py b/examples/device_db.py index b222c6c8..0432395b 100644 --- a/examples/device_db.py +++ b/examples/device_db.py @@ -45,5 +45,5 @@ for i in range(40): "type": "local", "module": "artiq.coredevice.ttl", "class": "TTLInOut", - "arguments": {"channel": 3+i} + "arguments": {"channel": 4+i} }