2
0
mirror of https://github.com/m-labs/artiq.git synced 2024-12-29 05:03:34 +08:00

coredevice/i2c: fix imports

This commit is contained in:
Sebastien Bourdeauducq 2016-03-05 00:43:13 +08:00
parent a8a74d7840
commit df71b82037

View File

@ -1,5 +1,5 @@
from artiq.language.core import syscall, kernel
from artiq.language.types import TBool, TInt8, TInt32, TNone
from artiq.language.types import TBool, TInt32, TNone
from artiq.coredevice.exceptions import I2CError