Skip to content

Commit

Permalink
fmt
Browse files Browse the repository at this point in the history
  • Loading branch information
Harishguna Satgunarajah committed Oct 3, 2023
1 parent 3fbfee4 commit d6d268f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/ethernet/mod.rs
Original file line number Diff line number Diff line change
Expand Up @@ -57,10 +57,10 @@ mod cache;
pub(crate) use cache::Cache;

mod eth;
pub use eth::{eth_interrupt_handler, new, new_unchecked};
pub use eth::{EthernetDMA, EthernetMAC, Parts};
#[cfg(feature = "ptp")]
pub use eth::PtpFrameWithId;
pub use eth::{eth_interrupt_handler, new, new_unchecked};
pub use eth::{EthernetDMA, EthernetMAC, Parts};

/// Marks a set of pins used to communciate to a PHY with a Reduced Media
/// Independent Interface (RMII)
Expand Down

0 comments on commit d6d268f

Please sign in to comment.