lets leave it like this for now
All checks were successful
Rust/sat-rs/pipeline/pr-main This commit looks good

This commit is contained in:
Robin Müller 2024-02-07 16:19:21 +01:00
parent 134acd9961
commit fe4060b4d9
Signed by: muellerr
GPG Key ID: A649FB78196E3849

View File

@ -1,7 +1,6 @@
use std::sync::mpsc::{self, TryRecvError}; use std::sync::mpsc::{self, TryRecvError};
use log::{info, warn}; use log::{info, warn};
use satrs_core::executable::{Executable, OpResult};
use satrs_core::pus::verification::VerificationReporterWithSender; use satrs_core::pus::verification::VerificationReporterWithSender;
use satrs_core::pus::{EcssTmSender, PusTmWrapper}; use satrs_core::pus::{EcssTmSender, PusTmWrapper};
use satrs_core::spacepackets::ecss::hk::Subservice as HkSubservice; use satrs_core::spacepackets::ecss::hk::Subservice as HkSubservice;