Update STM32F3 example
All checks were successful
Rust/sat-rs/pipeline/head This commit looks good

1. New command to change blinky frequency.
2. Bump used sat-rs version.
This commit is contained in:
2024-04-04 18:21:30 +02:00
parent aac59ec7c1
commit 226a134aff
9 changed files with 315 additions and 220 deletions

View File

@ -92,7 +92,7 @@ use delegate::delegate;
use serde::{Deserialize, Serialize};
use spacepackets::ecss::tc::IsPusTelecommand;
use spacepackets::ecss::tm::{PusTmCreator, PusTmSecondaryHeader};
use spacepackets::ecss::{EcssEnumeration, PusError};
use spacepackets::ecss::EcssEnumeration;
use spacepackets::{ByteConversionError, CcsdsPacket, PacketId, PacketSequenceCtrl};
use spacepackets::{SpHeader, MAX_APID};
@ -883,6 +883,8 @@ impl VerificationReportCreator {
#[cfg(feature = "alloc")]
pub mod alloc_mod {
use spacepackets::ecss::PusError;
use super::*;
use crate::{pus::PusTmVariant, ComponentId};
use core::cell::RefCell;