examples/device_db: fix TTL RTIO channel numbers

core0-buffer
Sebastien Bourdeauducq 2020-07-16 18:38:26 +08:00
parent 6e75741aa3
commit 9528e81bf0
1 changed files with 1 additions and 1 deletions

View File

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