mirror of https://github.com/m-labs/artiq.git
basemod_att: fix imports
This commit is contained in:
parent
f02a8e8ed6
commit
ced4d74f2e
|
@ -1,4 +1,4 @@
|
|||
from artiq.language.core import kernel, delay
|
||||
from artiq.language.core import kernel, portable, delay
|
||||
from artiq.language.units import us, ms
|
||||
from artiq.coredevice.shiftreg import ShiftReg
|
||||
|
||||
|
|
Loading…
Reference in New Issue