816: Fix doc comments for BpskPacketParams r=lulf a=danbev



Co-authored-by: Daniel Bevenius <daniel.bevenius@gmail.com>
This commit is contained in:
bors[bot] 2022-06-16 10:19:28 +00:00 committed by GitHub
commit fcc1db078e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -465,9 +465,9 @@ impl Default for LoRaPacketParams {
}
}
/// Packet parameters for [`set_lora_packet_params`].
/// Packet parameters for [`set_bpsk_packet_params`].
///
/// [`set_lora_packet_params`]: super::SubGhz::set_lora_packet_params
/// [`set_bpsk_packet_params`]: super::SubGhz::set_bpsk_packet_params
#[derive(Debug, Clone, Copy, PartialEq, Eq)]
#[cfg_attr(feature = "defmt", derive(defmt::Format))]
pub struct BpskPacketParams {