mirror of
https://github.com/embassy-rs/embassy.git
synced 2024-11-22 06:42:32 +00:00
fix some spelling
This commit is contained in:
parent
26740bb3ef
commit
d6a1118406
@ -427,9 +427,9 @@ impl<SPI: SpiDevice> mdio::MdioBus for ADIN1110<SPI> {
|
||||
}
|
||||
}
|
||||
|
||||
/// Background runner for the ADIN110.
|
||||
/// Background runner for the ADIN1110.
|
||||
///
|
||||
/// You must call `.run()` in a background task for the ADIN1100 to operate.
|
||||
/// You must call `.run()` in a background task for the ADIN1110 to operate.
|
||||
pub struct Runner<'d, SPI, INT, RST> {
|
||||
mac: ADIN1110<SPI>,
|
||||
ch: ch::Runner<'d, MTU>,
|
||||
|
@ -36,7 +36,7 @@ enum Reg13Op {
|
||||
/// Driver needs to implement the Clause 22
|
||||
/// Optional Clause 45 is the device supports this.
|
||||
///
|
||||
/// Claus 45 methodes are bases on <https://www.ieee802.org/3/efm/public/nov02/oam/pannell_oam_1_1102.pdf>
|
||||
/// Clause 45 methodes are bases on <https://www.ieee802.org/3/efm/public/nov02/oam/pannell_oam_1_1102.pdf>
|
||||
pub trait MdioBus {
|
||||
type Error;
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user