aboutsummaryrefslogtreecommitdiff
path: root/embassy-lora/src/lib.rs
diff options
context:
space:
mode:
Diffstat (limited to 'embassy-lora/src/lib.rs')
-rw-r--r--embassy-lora/src/lib.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/embassy-lora/src/lib.rs b/embassy-lora/src/lib.rs
index 342f66b2a..3e4748430 100644
--- a/embassy-lora/src/lib.rs
+++ b/embassy-lora/src/lib.rs
@@ -7,7 +7,7 @@ pub(crate) mod fmt;
7 7
8#[cfg(feature = "stm32wl")] 8#[cfg(feature = "stm32wl")]
9pub mod stm32wl; 9pub mod stm32wl;
10#[cfg(feature = "rak4631")] 10#[cfg(feature = "sx126x")]
11pub mod sx126x; 11pub mod sx126x;
12#[cfg(feature = "sx127x")] 12#[cfg(feature = "sx127x")]
13pub mod sx127x; 13pub mod sx127x;