Skip to content

Commit 469f2c9

Browse files
avsaasethejpster
andauthored
typos
Co-authored-by: Jonathan 'theJPster' Pallant <[email protected]>
1 parent 3ae7018 commit 469f2c9

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
@@ -142,7 +142,7 @@ where
142142
fn send_clock_pulses(&mut self) -> Result<(), SdCardDeviceError> {
143143
let bus = self.bus_mut();
144144

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(?)
145+
// 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(?)
146146

147147
let send_res = bus.write(&[0xFF; 10]);
148148

0 commit comments

Comments
 (0)