diff options
| author | ceekdee <[email protected]> | 2023-04-28 13:33:20 -0500 |
|---|---|---|
| committer | ceekdee <[email protected]> | 2023-04-28 13:33:20 -0500 |
| commit | 49ecd8d7c554334dc265840723b8548a1b8b8e98 (patch) | |
| tree | c30d35b3349a736d110b81c0ceea5c2e592205f8 /embassy-lora/src | |
| parent | 9d610c68663d806601bbe8855e63a52e8e610d14 (diff) | |
Remove external-lora-phy feature.
Diffstat (limited to 'embassy-lora/src')
| -rw-r--r-- | embassy-lora/src/lib.rs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/embassy-lora/src/lib.rs b/embassy-lora/src/lib.rs index c391a8029..3facee6f3 100644 --- a/embassy-lora/src/lib.rs +++ b/embassy-lora/src/lib.rs | |||
| @@ -4,7 +4,7 @@ | |||
| 4 | //! embassy-lora holds LoRa-specific functionality. | 4 | //! embassy-lora holds LoRa-specific functionality. |
| 5 | 5 | ||
| 6 | pub(crate) mod fmt; | 6 | pub(crate) mod fmt; |
| 7 | #[cfg(feature = "external-lora-phy")] | 7 | |
| 8 | /// interface variants required by the external lora physical layer crate (lora-phy) | 8 | /// interface variants required by the external lora physical layer crate (lora-phy) |
| 9 | pub mod iv; | 9 | pub mod iv; |
| 10 | 10 | ||
