aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--embassy-stm32/src/subghz/packet_params.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/embassy-stm32/src/subghz/packet_params.rs b/embassy-stm32/src/subghz/packet_params.rs
index d63641c45..e517f4a1f 100644
--- a/embassy-stm32/src/subghz/packet_params.rs
+++ b/embassy-stm32/src/subghz/packet_params.rs
@@ -315,7 +315,7 @@ pub struct LoRaPacketParams {
315} 315}
316 316
317impl LoRaPacketParams { 317impl LoRaPacketParams {
318 /// Create a new `GenericPacketParams`. 318 /// Create a new `LoRaPacketParams`.
319 /// 319 ///
320 /// This is the same as `default`, but in a `const` function. 320 /// This is the same as `default`, but in a `const` function.
321 /// 321 ///