summaryrefslogtreecommitdiff
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, 2 insertions, 0 deletions
diff --git a/embassy-lora/src/lib.rs b/embassy-lora/src/lib.rs
index 90ba0d1d..3e474843 100644
--- a/embassy-lora/src/lib.rs
+++ b/embassy-lora/src/lib.rs
@@ -7,6 +7,8 @@ pub(crate) mod fmt;
#[cfg(feature = "stm32wl")]
pub mod stm32wl;
+#[cfg(feature = "sx126x")]
+pub mod sx126x;
#[cfg(feature = "sx127x")]
pub mod sx127x;