Remove external-lora-phy feature.

This commit is contained in:
ceekdee
2023-04-28 13:33:20 -05:00
parent 9d610c6866
commit 49ecd8d7c5
6 changed files with 8 additions and 13 deletions

View File

@ -4,7 +4,7 @@
//! embassy-lora holds LoRa-specific functionality.
pub(crate) mod fmt;
#[cfg(feature = "external-lora-phy")]
/// interface variants required by the external lora physical layer crate (lora-phy)
pub mod iv;