docs and minor cfdp change

This commit is contained in:
2025-11-04 18:12:24 +01:00
committed by Robin Mueller
parent fb1e2fc583
commit 3f4f76849f
15 changed files with 338 additions and 96 deletions

View File

@@ -106,7 +106,7 @@ pub const MAX_SEQ_COUNT: u14 = u14::MAX;
pub enum ChecksumType {
/// Check the default CRC16-CCITT checksum.
WithCrc16,
/// Packet has a CRC16 which should be ignored.
/// Packet has a CRC16 which should be ignored.
///
/// It is either not generated for packet creation or ignored when reading a packet.
WithCrc16ButIgnored,