File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -33,7 +33,7 @@ use std::time::Duration;
33
33
use std:: { ops, thread} ;
34
34
35
35
use cast:: { u32, u64} ;
36
- use hal :: blocking:: i2c:: Operation as I2cOperation ;
36
+ use embedded_hal :: blocking:: i2c:: Operation as I2cOperation ;
37
37
use i2cdev:: core:: { I2CDevice , I2CMessage , I2CTransfer } ;
38
38
use i2cdev:: linux:: LinuxI2CMessage ;
39
39
use spidev:: SpidevTransfer ;
@@ -210,7 +210,7 @@ impl embedded_hal::blocking::i2c::WriteRead for I2cdev {
210
210
}
211
211
}
212
212
213
- impl hal :: blocking:: i2c:: Transactional for I2cdev {
213
+ impl embedded_hal :: blocking:: i2c:: Transactional for I2cdev {
214
214
type Error = i2cdev:: linux:: LinuxI2CError ;
215
215
216
216
fn try_exec ( & mut self , address : u8 , operations : & mut [ I2cOperation ] ) -> Result < ( ) , Self :: Error >
You can’t perform that action at this time.
0 commit comments