summaryrefslogtreecommitdiffstats
path: root/tests/tier2.rs
diff options
context:
space:
mode:
Diffstat (limited to 'tests/tier2.rs')
-rw-r--r--tests/tier2.rs4
1 files changed, 2 insertions, 2 deletions
diff --git a/tests/tier2.rs b/tests/tier2.rs
index 4e43e90..21a0e86 100644
--- a/tests/tier2.rs
+++ b/tests/tier2.rs
@@ -1,5 +1,5 @@
-extern crate embedded_hal_mock as hal;
-use hal::i2c::Transaction as I2cTrans;
+extern crate embedded_hal_mock;
+use embedded_hal_mock::i2c::Transaction as I2cTrans;
extern crate ads1x1x;
use ads1x1x::{ FullScaleRange, ComparatorMode, ComparatorPolarity,
ComparatorLatching, ComparatorQueue };