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.
2 parents 9f21c49 + 2a9300a commit 8df6856Copy full SHA for 8df6856
src/gpio.rs
@@ -80,7 +80,7 @@ pub struct Pin<MODE> {
80
_mode: PhantomData<MODE>,
81
}
82
83
-// NOTE(unsafe) The only write acess is to BSRR, which is thread safe
+// NOTE(unsafe) The only write access is to BSRR, which is thread safe
84
unsafe impl<MODE> Sync for Pin<MODE> {}
85
// NOTE(unsafe) this only enables read access to the same pin from multiple
86
// threads
0 commit comments