typo
Rust/sat-rs/pipeline/pr-main This commit looks good Details

This commit is contained in:
Robin Müller 2023-12-22 19:42:18 +01:00
parent c5054c323e
commit c2bd862ba4
Signed by: muellerr
GPG Key ID: A649FB78196E3849
1 changed files with 1 additions and 1 deletions

View File

@ -205,6 +205,7 @@ impl DestinationHandler {
/// Constructs a new destination handler.
///
/// # Arguments
///
/// * `local_cfg` - The local CFDP entity configuration, consisting of the local entity ID,
/// the indication configuration, and the fault handlers.
/// * `max_packet_len` - The maximum expected generated packet size in bytes. Each time a
@ -220,7 +221,6 @@ impl DestinationHandler {
/// with. It contains various configuration parameters required for file transfers.
/// * `check_timer_creator` - This is used by the CFDP handler to generate timers required
/// by various tasks.
/// * ``
pub fn new(
local_cfg: LocalEntityConfig,
max_packet_len: usize,