Skip to content

Commit

Permalink
Minor fix
Browse files Browse the repository at this point in the history
  • Loading branch information
Finomnis committed Dec 10, 2023
1 parent e2c357c commit 9242413
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/common/lpspi/status_watcher.rs
Original file line number Diff line number Diff line change
Expand Up @@ -243,10 +243,10 @@ where
if let Some(waker) = (self.waker)(inner).take() {
waker.wake();
}
} else {
(self.interrupt_enable)(inner);
}

(self.interrupt_enable)(inner);

Poll::Pending
}
})
Expand Down

0 comments on commit 9242413

Please sign in to comment.