This commit is contained in:
Dylan McKay 2017-09-23 16:44:02 +12:00
parent f1756787db
commit a19ef84d8d
1 changed files with 1 additions and 1 deletions

View File

@ -2,7 +2,7 @@ use {DataDirection, Register};
/// An IO pin.
pub trait Pin {
/// The associated data direction registerr.
/// The associated data direction register.
type DDR: Register<u8>;
/// The associated port register.
type PORT: Register<u8>;