added todo

This commit is contained in:
Robin Mueller
2026-01-14 17:40:52 +01:00
parent ddb207272d
commit 32bd68bd38
+1
View File
@@ -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);