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",
|
"type": "local",
|
||||||
"module": "artiq.coredevice.ttl",
|
"module": "artiq.coredevice.ttl",
|
||||||
"class": "TTLInOut",
|
"class": "TTLInOut",
|
||||||
"arguments": {"channel": 3+i}
|
"arguments": {"channel": 4+i}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue