Skip to content

Commit

Permalink
Update src/instructions/clear.rs
Browse files Browse the repository at this point in the history
  • Loading branch information
de-vri-es authored Dec 14, 2024
1 parent f69953a commit 1df6cb6
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/instructions/clear.rs
Original file line number Diff line number Diff line change
Expand Up @@ -78,6 +78,7 @@ where
fn clear_revolution_count_parameters(buffer: &mut [u8]) {
buffer.copy_from_slice(&CLEAR_REVOLUTION_COUNT)
}

fn clear_error_parameters(buffer: &mut [u8]) {
buffer.copy_from_slice(&CLEAR_REVOLUTION_COUNT)
buffer.copy_from_slice(&CLEAR_ERROR)
}

0 comments on commit 1df6cb6

Please sign in to comment.