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;
3333use std:: { ops, thread} ;
3434
3535use cast:: { u32, u64} ;
36- use hal :: blocking:: i2c:: Operation as I2cOperation ;
36+ use embedded_hal :: blocking:: i2c:: Operation as I2cOperation ;
3737use i2cdev:: core:: { I2CDevice , I2CMessage , I2CTransfer } ;
3838use i2cdev:: linux:: LinuxI2CMessage ;
3939use spidev:: SpidevTransfer ;
@@ -210,7 +210,7 @@ impl embedded_hal::blocking::i2c::WriteRead for I2cdev {
210210 }
211211}
212212
213- impl hal :: blocking:: i2c:: Transactional for I2cdev {
213+ impl embedded_hal :: blocking:: i2c:: Transactional for I2cdev {
214214 type Error = i2cdev:: linux:: LinuxI2CError ;
215215
216216 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