You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The pin parameter tuple (sck, miso, mosi) should be `(PB3, PB4, PB5)` or `(PC10, PC11, PC12)` configured as `(Alternate<PushPull>, Input<Floating>, Alternate<PushPull>)`.
208
208
@@ -400,7 +400,7 @@ where
400
400
}
401
401
}
402
402
// Clear OVR set due to dropped received values
403
-
// NOTE(read_volatile) see note aboev
403
+
// NOTE(read_volatile) see note above
404
404
unsafe{
405
405
let _ = ptr::read_volatile(&self.spi.dras*const_as*constu8);
0 commit comments