Merge #815
815: Fix typo in LoRaPacketParams::new doc r=Dirbaio a=danbev Co-authored-by: Daniel Bevenius <daniel.bevenius@gmail.com>
This commit is contained in:
commit
a8920bced5
1 changed files with 1 additions and 1 deletions
|
@ -315,7 +315,7 @@ pub struct LoRaPacketParams {
|
||||||
}
|
}
|
||||||
|
|
||||||
impl LoRaPacketParams {
|
impl LoRaPacketParams {
|
||||||
/// Create a new `GenericPacketParams`.
|
/// Create a new `LoRaPacketParams`.
|
||||||
///
|
///
|
||||||
/// This is the same as `default`, but in a `const` function.
|
/// This is the same as `default`, but in a `const` function.
|
||||||
///
|
///
|
||||||
|
|
Loading…
Reference in a new issue