forked from M-Labs/artiq
ad9912: fix imports
This commit is contained in:
parent
390f05f762
commit
330c5610e9
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue