aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorbors[bot] <26634292+bors[bot]@users.noreply.github.com>2022-06-16 04:25:46 +0000
committerGitHub <[email protected]>2022-06-16 04:25:46 +0000
commita8920bced5e72ca130e92c7680c2d839794d31f6 (patch)
tree582558cc581d2b1f7ab31c08b4816a6d01f7a9a4
parentf9b90212d49859ccc826170af191fb4fb9de295d (diff)
parentd0edd171f889862b6d513659265b7fc7f0c0f6e7 (diff)
Merge #815
815: Fix typo in LoRaPacketParams::new doc r=Dirbaio a=danbev Co-authored-by: Daniel Bevenius <[email protected]>
-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 ///