forked from M-Labs/artiq
drtio: fix typo in example device_db
This commit is contained in:
parent
d16073fcaa
commit
f402b4af3f
|
@ -45,7 +45,7 @@
|
||||||
"class": "TTLOut",
|
"class": "TTLOut",
|
||||||
"arguments": {"channel": 3},
|
"arguments": {"channel": 3},
|
||||||
},
|
},
|
||||||
"rled4": {
|
"led4": {
|
||||||
"type": "local",
|
"type": "local",
|
||||||
"module": "artiq.coredevice.ttl",
|
"module": "artiq.coredevice.ttl",
|
||||||
"class": "TTLOut",
|
"class": "TTLOut",
|
||||||
|
|
Loading…
Reference in New Issue