From c2bd862ba4607b64a354887637782fe885d0cdfa Mon Sep 17 00:00:00 2001 From: Robin Mueller Date: Fri, 22 Dec 2023 19:42:18 +0100 Subject: [PATCH] typo --- satrs-core/src/cfdp/dest.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/satrs-core/src/cfdp/dest.rs b/satrs-core/src/cfdp/dest.rs index df28c0b..8969e5f 100644 --- a/satrs-core/src/cfdp/dest.rs +++ b/satrs-core/src/cfdp/dest.rs @@ -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,