From b3ca672f70c71194da40a7670549a8264c13d971 Mon Sep 17 00:00:00 2001 From: Markus Reiter Date: Fri, 12 Jan 2024 20:24:51 +0100 Subject: Update to `embedded-hal` 1.0. --- tests/tier2.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'tests/tier2.rs') diff --git a/tests/tier2.rs b/tests/tier2.rs index 15a7865..7d3a54f 100644 --- a/tests/tier2.rs +++ b/tests/tier2.rs @@ -1,7 +1,7 @@ use ads1x1x::{ ComparatorLatching, ComparatorMode, ComparatorPolarity, ComparatorQueue, FullScaleRange, }; -use embedded_hal_mock::i2c::Transaction as I2cTrans; +use embedded_hal_mock::eh1::i2c::Transaction as I2cTrans; mod common; use crate::common::{ -- cgit v1.2.3-54-g00ecf