From 1555fcf4ab13344b4165de4bc559b548b7c3c1d0 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 0f4b2518d..f8fa875dd 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