condition code bugfix
Some checks are pending
Rust/spacepackets/pipeline/head Build queued...

This commit is contained in:
2024-08-29 09:46:40 +02:00
parent bf15b22889
commit 027b01f00f
2 changed files with 3 additions and 1 deletions

View File

@ -116,7 +116,7 @@ pub enum ConditionCode {
FileSizeError = 0b0110,
NakLimitReached = 0b0111,
InactivityDetected = 0b1000,
CheckLimitReached = 0b1001,
CheckLimitReached = 0b1010,
UnsupportedChecksumType = 0b1011,
/// Not an actual fault condition for which fault handler overrides can be specified
SuspendRequestReceived = 0b1110,