Skip to content

Commit

Permalink
Update example
Browse files Browse the repository at this point in the history
  • Loading branch information
usbalbin committed Dec 18, 2023
1 parent 30b2236 commit e521f71
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions examples/opamp.rs
Original file line number Diff line number Diff line change
Expand Up @@ -86,8 +86,8 @@ fn main() -> ! {

#[allow(unreachable_code)]
{
let (_opamp1, _pa1, _mode, _some_pa2) = _opamp1.disable();
let (_opamp2, _pa7, _mode, _none) = opamp2.disable();
let (_opamp1, _pa1, _mode) = _opamp1.disable();
let (_opamp2, _pa7, _mode) = opamp2.disable();

loop {
delay.delay_ms(100);
Expand Down

0 comments on commit e521f71

Please sign in to comment.