Skip to content

Commit 8df6856

Browse files
authored
Merge pull request #155 from danbev/gpio_typo
Fix typo in gpio.rs
2 parents 9f21c49 + 2a9300a commit 8df6856

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)