Fix typo
This commit is contained in:
parent
f1756787db
commit
a19ef84d8d
|
@ -2,7 +2,7 @@ use {DataDirection, Register};
|
||||||
|
|
||||||
/// An IO pin.
|
/// An IO pin.
|
||||||
pub trait Pin {
|
pub trait Pin {
|
||||||
/// The associated data direction registerr.
|
/// The associated data direction register.
|
||||||
type DDR: Register<u8>;
|
type DDR: Register<u8>;
|
||||||
/// The associated port register.
|
/// The associated port register.
|
||||||
type PORT: Register<u8>;
|
type PORT: Register<u8>;
|
||||||
|
|
Loading…
Reference in New Issue