We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3ae7018 commit 469f2c9Copy full SHA for 469f2c9
src/sdcard/sd_card_device.rs
@@ -142,7 +142,7 @@ where
142
fn send_clock_pulses(&mut self) -> Result<(), SdCardDeviceError> {
143
let bus = self.bus_mut();
144
145
- // There's no way to access the CS pin here so we can't set it high. Most like it already high so this is probbaly fine(?)
+ // There's no way to access the CS pin here so we can't set it high. Most likely it is already high so this is probably fine(?)
146
147
let send_res = bus.write(&[0xFF; 10]);
148
0 commit comments