Skip to content

Commit 2a9300a

Browse files
committed
Fix typo in gpio.rs
1 parent 9f21c49 commit 2a9300a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/gpio.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -80,7 +80,7 @@ pub struct Pin<MODE> {
8080
_mode: PhantomData<MODE>,
8181
}
8282

83-
// NOTE(unsafe) The only write acess is to BSRR, which is thread safe
83+
// NOTE(unsafe) The only write access is to BSRR, which is thread safe
8484
unsafe impl<MODE> Sync for Pin<MODE> {}
8585
// NOTE(unsafe) this only enables read access to the same pin from multiple
8686
// threads

0 commit comments

Comments
 (0)