This commit is contained in:
2025-06-23 13:56:17 +02:00
parent 85a5aaeeba
commit 74e8581e42

View File

@ -1,5 +1,5 @@
/// # Support of the CCSDS Unified Space Data Link Protocol (USLP) /// # Support of the CCSDS Unified Space Data Link Protocol (USLP)
use crate::{ByteConversionError, CRC_CCITT_FALSE}; use crate::{ByteConversionError, crc::CRC_CCITT_FALSE};
/// Only this version is supported by the library /// Only this version is supported by the library
pub const USLP_VERSION_NUMBER: u8 = 0b1100; pub const USLP_VERSION_NUMBER: u8 = 0b1100;