diff --git a/src/uslp/mod.rs b/src/uslp/mod.rs index 6bd521a..204f328 100644 --- a/src/uslp/mod.rs +++ b/src/uslp/mod.rs @@ -1,5 +1,5 @@ /// # 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 pub const USLP_VERSION_NUMBER: u8 = 0b1100;