Skip to content

Commit

Permalink
forget ongoing Set V(R) command on new one's request
Browse files Browse the repository at this point in the history
  • Loading branch information
kobkaz committed Nov 19, 2024
1 parent d7a58aa commit aecc418
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion tmtc-c2a/src/fop1.rs
Original file line number Diff line number Diff line change
Expand Up @@ -249,7 +249,8 @@ impl Fop {
let mut canceled_frames = VecDeque::new();
match &mut self.state {
FopState::Initializing { .. } => {
return None;
// forget the previous setvr command
// do nothing
}
FopState::Initial => {
// do nothing
Expand Down

0 comments on commit aecc418

Please sign in to comment.