eth-v2: Make embassy-net optional

This commit is contained in:
Thales Fragoso
2021-06-14 18:30:11 -03:00
committed by Dario Nieuwenhuis
parent 3396a51938
commit 598201bff3
2 changed files with 3 additions and 2 deletions

View File

@ -29,7 +29,7 @@ pub mod clock;
pub mod dac;
#[cfg(dma)]
pub mod dma;
#[cfg(eth)]
#[cfg(all(eth, feature = "net"))]
pub mod eth;
#[cfg(i2c)]
pub mod i2c;