Fix doc comments for BpskPacketParams

This commit is contained in:
Daniel Bevenius 2022-06-16 07:33:13 +02:00
parent a8920bced5
commit 9031b8f80a

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 {