forked from M-Labs/artiq-zynq
examples/device_db: fix TTL RTIO channel numbers
This commit is contained in:
parent
6e75741aa3
commit
9528e81bf0
|
@ -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}
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue