From 32bd68bd388cd022f5fb4ca3d015722e8c7ae301 Mon Sep 17 00:00:00 2001 From: Robin Mueller Date: Wed, 14 Jan 2026 17:40:52 +0100 Subject: [PATCH] added todo --- satrs-example/src/main.rs | 1 + 1 file changed, 1 insertion(+) diff --git a/satrs-example/src/main.rs b/satrs-example/src/main.rs index 0774159..4941f15 100644 --- a/satrs-example/src/main.rs +++ b/satrs-example/src/main.rs @@ -298,6 +298,7 @@ fn main() { // declarative API. It would also be very useful for the AOCS task. // // TODO: The fixed timeslot handler exists.. use it. + // TODO: Why not just use sync code in the PCDU handler, and fully delay there? pcdu_handler.periodic_operation(crate::eps::pcdu::OpCode::RegularOp); thread::sleep(Duration::from_millis(50)); pcdu_handler.periodic_operation(crate::eps::pcdu::OpCode::PollAndRecvReplies);