Skip to content

Commit af92c87

Browse files
committed
Wording
1 parent cfeb777 commit af92c87

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/sdcard/sd_card_device.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -106,7 +106,7 @@ where
106106
}
107107

108108
// `ExclusiveDevice` represents exclusive access to the bus so there's no need to send the dummy
109-
// byte after deasserting the CS pin. We can defer the implementation to the `embedded_hal` trait.
109+
// byte after deasserting the CS pin. We can delegate the implementation to the `embedded_hal` trait.
110110
#[cfg(feature = "embedded-hal-bus-03")]
111111
impl<CS, BUS, D> SdCardDevice for embedded_hal_bus_03::spi::ExclusiveDevice<BUS, CS, D>
112112
where

0 commit comments

Comments
 (0)