From 9528e81bf0f7a28ac834666e631d4a9d992be7f6 Mon Sep 17 00:00:00 2001 From: Sebastien Bourdeauducq Date: Thu, 16 Jul 2020 18:38:26 +0800 Subject: [PATCH] examples/device_db: fix TTL RTIO channel numbers --- examples/device_db.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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} }