minor clean up #260

Merged
muellerr merged 1 commits from minor-cleanup into main 2026-03-10 11:57:21 +01:00
2 changed files with 2 additions and 1 deletions
+2
View File
@@ -2,6 +2,8 @@ use models::{ccsds::CcsdsTmPacketOwned, control, ComponentId, Event, Message};
use crate::ccsds::pack_ccsds_tm_packet_for_now;
// TODO: We should add the capability to enable/disable the TM generation of individual events and
// event groups as well.
pub struct EventManager {
pub ctrl_rx: std::sync::mpsc::Receiver<control::Event>,
pub tm_tx: std::sync::mpsc::SyncSender<CcsdsTmPacketOwned>,
-1
View File
@@ -1112,7 +1112,6 @@ mod tests {
let mut buf = [0; 1];
praw.write_to_be_bytes(&mut buf)
.expect("writing to buffer failed");
buf[0] = 200;
}
#[test]