This commit is contained in:
2024-04-10 12:47:26 +02:00
parent 458759a1df
commit dc66dcd469
5 changed files with 115 additions and 58 deletions

View File

@ -127,4 +127,6 @@ pub mod tasks {
pub const FREQ_MS_AOCS: u64 = 500;
pub const FREQ_MS_PUS_STACK: u64 = 200;
pub const FREQ_MS_CTRL: u64 = 400;
pub const STOP_CHECK_FREQUENCY: u64 = 400;
}