Skip to content

Commit

Permalink
fix(embassy): fix the feature-gate on the USB Ethernet device
Browse files Browse the repository at this point in the history
  • Loading branch information
ROMemories authored and kaspar030 committed Feb 22, 2024
1 parent cd58414 commit 045f4f5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/riot-rs-embassy/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ pub use static_cell::make_static;

pub use embassy_executor::Spawner;

#[cfg(feature = "usb")]
#[cfg(feature = "usb_ethernet")]
use usb::ethernet::NetworkDevice;

#[cfg(feature = "wifi_cyw43")]
Expand Down

0 comments on commit 045f4f5

Please sign in to comment.