summaryrefslogtreecommitdiffstatshomepage
path: root/tests/pyb/i2c_error.py
diff options
context:
space:
mode:
Diffstat (limited to 'tests/pyb/i2c_error.py')
-rw-r--r--tests/pyb/i2c_error.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/pyb/i2c_error.py b/tests/pyb/i2c_error.py
index d6c0debe29..3201d6367d 100644
--- a/tests/pyb/i2c_error.py
+++ b/tests/pyb/i2c_error.py
@@ -7,7 +7,7 @@ from pyb import I2C
pyb.Accel()
# get I2C bus
-i2c = I2C(1, I2C.MASTER)
+i2c = I2C(1, I2C.MASTER, dma=True)
# test polling mem_read
pyb.disable_irq()