simplified PUS stack #178

Merged
muellerr merged 2 commits from simplify-pus-stack into main 2024-05-02 10:01:17 +02:00
Showing only changes of commit 45eb2f1343 - Show all commits

View File

@ -322,7 +322,7 @@ mod tests {
match result.unwrap() { match result.unwrap() {
DirectPusPacketHandlerResult::Handled(handled) => { DirectPusPacketHandlerResult::Handled(handled) => {
assert_eq!(handled, HandlingStatus::Empty); assert_eq!(handled, HandlingStatus::Empty);
}, }
_ => panic!("unexpected result"), _ => panic!("unexpected result"),
} }
} }