From b93950bb2e3f740f30fa88a11867249ec0e1a848 Mon Sep 17 00:00:00 2001 From: Robin Mueller Date: Sun, 31 Jul 2022 13:32:11 +0200 Subject: [PATCH] added some full stops --- src/ecss.rs | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/ecss.rs b/src/ecss.rs index cb0d48e..6e6aa84 100644 --- a/src/ecss.rs +++ b/src/ecss.rs @@ -7,11 +7,11 @@ use serde::{Deserialize, Serialize}; pub type CrcType = u16; -/// CRC algorithm used by the PUS standard +/// CRC algorithm used by the PUS standard. pub const CRC_CCITT_FALSE: Crc = Crc::::new(&CRC_16_IBM_3740); pub const CCSDS_HEADER_LEN: usize = size_of::(); -/// All PUS versions. Only PUS C is supported by this library +/// All PUS versions. Only PUS C is supported by this library. #[derive(PartialEq, Copy, Clone, Serialize, Deserialize, Debug)] pub enum PusVersion { EsaPus = 0,