eth-v2: Start Ethernet peripheral implementation
This commit is contained in:
committed by
Dario Nieuwenhuis
parent
6386c34079
commit
46e1bae9e3
7
embassy-stm32/src/eth/mod.rs
Normal file
7
embassy-stm32/src/eth/mod.rs
Normal file
@ -0,0 +1,7 @@
|
||||
#![macro_use]
|
||||
|
||||
#[cfg_attr(eth_v1, path = "v1.rs")]
|
||||
#[cfg_attr(eth_v2, path = "v2/mod.rs")]
|
||||
mod _version;
|
||||
|
||||
pub use _version::*;
|
Reference in New Issue
Block a user