feature gate destination module
Some checks failed
Rust/sat-rs/pipeline/pr-main There was a failure building this commit

This commit is contained in:
Robin Müller 2023-08-16 19:51:26 +02:00
parent c664cdb332
commit a0f2d858ce
Signed by: muellerr
GPG Key ID: A649FB78196E3849

View File

@ -1,6 +1,7 @@
use crc::{Crc, CRC_32_CKSUM};
use spacepackets::util::UnsignedByteField;
#[cfg(feature = "std")]
pub mod dest;
pub mod user;