ad9912: fix imports

This commit is contained in:
Sebastien Bourdeauducq 2019-01-23 17:59:08 +08:00
parent bcff533899
commit 1555fcf4ab
1 changed files with 1 additions and 1 deletions

View File

@ -1,7 +1,7 @@
from numpy import int32, int64 from numpy import int32, int64
from artiq.language.core import kernel, delay, portable 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.ad9912_reg import *
from artiq.coredevice import spi2 as spi from artiq.coredevice import spi2 as spi