From d547c5d922428a9cffe7b0e2f6c9e5799c5717ec Mon Sep 17 00:00:00 2001 From: Sebastien Bourdeauducq Date: Wed, 9 Nov 2016 14:44:01 +0800 Subject: [PATCH] drtio: fix example ref_period --- artiq/examples/drtio/device_db.pyon | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/artiq/examples/drtio/device_db.pyon b/artiq/examples/drtio/device_db.pyon index 850950165..5db8d5e20 100644 --- a/artiq/examples/drtio/device_db.pyon +++ b/artiq/examples/drtio/device_db.pyon @@ -13,7 +13,7 @@ "type": "local", "module": "artiq.coredevice.core", "class": "Core", - "arguments": {"ref_period": 16e-9} + "arguments": {"ref_period": 2e-9} }, "core_cache": { "type": "local",