forked from M-Labs/artiq
drtio: fix example ref_period
This commit is contained in:
parent
95acc9b9d4
commit
d547c5d922
|
@ -13,7 +13,7 @@
|
||||||
"type": "local",
|
"type": "local",
|
||||||
"module": "artiq.coredevice.core",
|
"module": "artiq.coredevice.core",
|
||||||
"class": "Core",
|
"class": "Core",
|
||||||
"arguments": {"ref_period": 16e-9}
|
"arguments": {"ref_period": 2e-9}
|
||||||
},
|
},
|
||||||
"core_cache": {
|
"core_cache": {
|
||||||
"type": "local",
|
"type": "local",
|
||||||
|
|
Loading…
Reference in New Issue