@@ -221,7 +221,7 @@ where
221221 type Error = Error < E > ;
222222}
223223
224- impl < ' a , Device , E > eh1:: spi:: blocking :: SpiBusFlush for Spi < ' a , Device >
224+ impl < ' a , Device , E > eh1:: spi:: SpiBusFlush for Spi < ' a , Device >
225225where
226226 Device : MpsseCmdExecutor < Error = E > ,
227227 E : std:: error:: Error ,
@@ -232,7 +232,7 @@ where
232232 }
233233}
234234
235- impl < ' a , Device , E > eh1:: spi:: blocking :: SpiBusWrite < u8 > for Spi < ' a , Device >
235+ impl < ' a , Device , E > eh1:: spi:: SpiBusWrite < u8 > for Spi < ' a , Device >
236236where
237237 Device : MpsseCmdExecutor < Error = E > ,
238238 E : std:: error:: Error ,
@@ -250,7 +250,7 @@ where
250250 }
251251}
252252
253- impl < ' a , Device , E > eh1:: spi:: blocking :: SpiBusRead < u8 > for Spi < ' a , Device >
253+ impl < ' a , Device , E > eh1:: spi:: SpiBusRead < u8 > for Spi < ' a , Device >
254254where
255255 Device : MpsseCmdExecutor < Error = E > ,
256256 E : std:: error:: Error ,
@@ -270,7 +270,7 @@ where
270270 }
271271}
272272
273- impl < ' a , Device , E > eh1:: spi:: blocking :: SpiBus < u8 > for Spi < ' a , Device >
273+ impl < ' a , Device , E > eh1:: spi:: SpiBus < u8 > for Spi < ' a , Device >
274274where
275275 Device : MpsseCmdExecutor < Error = E > ,
276276 E : std:: error:: Error ,
@@ -302,7 +302,7 @@ where
302302 }
303303}
304304
305- impl < ' a , Device , E > eh1 :: spi:: nb :: FullDuplex < u8 > for Spi < ' a , Device >
305+ impl < ' a , Device , E > ehnb1 :: spi:: FullDuplex < u8 > for Spi < ' a , Device >
306306where
307307 Device : MpsseCmdExecutor < Error = E > ,
308308 E : std:: error:: Error ,
@@ -348,7 +348,7 @@ where
348348 type Error = Error < E > ;
349349}
350350
351- impl < ' a , Device , E > eh1:: spi:: blocking :: SpiBusFlush for SpiDeviceBus < ' a , Device >
351+ impl < ' a , Device , E > eh1:: spi:: SpiBusFlush for SpiDeviceBus < ' a , Device >
352352where
353353 Device : MpsseCmdExecutor < Error = E > ,
354354 E : std:: error:: Error ,
@@ -359,7 +359,7 @@ where
359359 }
360360}
361361
362- impl < ' a , Device , E > eh1:: spi:: blocking :: SpiBusRead < u8 > for SpiDeviceBus < ' a , Device >
362+ impl < ' a , Device , E > eh1:: spi:: SpiBusRead < u8 > for SpiDeviceBus < ' a , Device >
363363where
364364 Device : MpsseCmdExecutor < Error = E > ,
365365 E : std:: error:: Error ,
@@ -377,7 +377,7 @@ where
377377 }
378378}
379379
380- impl < ' a , Device , E > eh1:: spi:: blocking :: SpiBusWrite < u8 > for SpiDeviceBus < ' a , Device >
380+ impl < ' a , Device , E > eh1:: spi:: SpiBusWrite < u8 > for SpiDeviceBus < ' a , Device >
381381where
382382 Device : MpsseCmdExecutor < Error = E > ,
383383 E : std:: error:: Error ,
@@ -394,7 +394,7 @@ where
394394 }
395395}
396396
397- impl < ' a , Device , E > eh1:: spi:: blocking :: SpiBus < u8 > for SpiDeviceBus < ' a , Device >
397+ impl < ' a , Device , E > eh1:: spi:: SpiBus < u8 > for SpiDeviceBus < ' a , Device >
398398where
399399 Device : MpsseCmdExecutor < Error = E > ,
400400 E : std:: error:: Error ,
@@ -515,7 +515,7 @@ where
515515 type Error = Error < E > ;
516516}
517517
518- impl < ' a , Device , E > eh1:: spi:: blocking :: SpiDevice for SpiDevice < ' a , Device >
518+ impl < ' a , Device , E > eh1:: spi:: SpiDevice for SpiDevice < ' a , Device >
519519where
520520 Device : MpsseCmdExecutor < Error = E > ,
521521 E : std:: error:: Error ,
@@ -550,7 +550,7 @@ where
550550
551551 // flush the bus
552552 {
553- use eh1:: spi:: blocking :: SpiBusFlush ;
553+ use eh1:: spi:: SpiBusFlush ;
554554 bus. flush ( ) ?;
555555 }
556556
0 commit comments