Skip to content

Commit

Permalink
Fix some clippy lints
Browse files Browse the repository at this point in the history
  • Loading branch information
jbeaurivage committed Oct 18, 2024
1 parent de4765b commit 7bd6007
Showing 1 changed file with 0 additions and 7 deletions.
7 changes: 0 additions & 7 deletions hal/src/async_hal/interrupts.rs
Original file line number Diff line number Diff line change
Expand Up @@ -379,13 +379,6 @@ pub trait InterruptExt: InterruptNumber + Copy {
compiler_fence(Ordering::SeqCst);
}

/// Check if interrupt is being handled.
// #[inline]
// #[hal_cfg("nvic-d5x")]
// fn is_active(self) -> bool {
// NVIC::is_active(self)
// }

/// Check if interrupt is enabled.
#[inline]
fn is_enabled(self) -> bool {
Expand Down

0 comments on commit 7bd6007

Please sign in to comment.