From 330c5610e9f1876c73d629bb10931952a115aae7 Mon Sep 17 00:00:00 2001 From: Sebastien Bourdeauducq Date: Wed, 23 Jan 2019 17:59:08 +0800 Subject: [PATCH] ad9912: fix imports --- artiq/coredevice/ad9912.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/artiq/coredevice/ad9912.py b/artiq/coredevice/ad9912.py index 03aafaa58..adcfcb4dc 100644 --- a/artiq/coredevice/ad9912.py +++ b/artiq/coredevice/ad9912.py @@ -1,7 +1,7 @@ from numpy import int32, int64 from artiq.language.core import kernel, delay, portable -from artiq.language.units import us, ns +from artiq.language.units import ms, us, ns from artiq.coredevice.ad9912_reg import * from artiq.coredevice import spi2 as spi