2
0
mirror of https://github.com/m-labs/artiq.git synced 2024-12-25 19:28:26 +08:00

basemod_att: fix imports

This commit is contained in:
Sebastien Bourdeauducq 2020-01-20 20:07:35 +08:00
parent 62a52cb086
commit e427aaaa66

View File

@ -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