diff options
Diffstat (limited to 'tests/pyb/i2c.py')
-rw-r--r-- | tests/pyb/i2c.py | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/tests/pyb/i2c.py b/tests/pyb/i2c.py index 79169d0553..1f88c8e975 100644 --- a/tests/pyb/i2c.py +++ b/tests/pyb/i2c.py @@ -1,3 +1,4 @@ +import pyb from pyb import I2C i2c = I2C(1) |