Skip to content

Commit

Permalink
Clippy
Browse files Browse the repository at this point in the history
  • Loading branch information
ivmarkov committed Aug 26, 2024
1 parent 580a5f8 commit b9baeed
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/interrupt.rs
Original file line number Diff line number Diff line change
Expand Up @@ -579,6 +579,7 @@ pub mod asynch {
}

/// Single-slot lock-free signaling primitive supporting signalling with a `u32` bit-set.
///
/// A variation of the `IsrNotification` HAL primitive which is however safe to be notified from an ISR context.
/// The difference between this primitive and `IsrNotification` is that this one is hard-wired to the
/// global HAL wake runner (`HAL_WAKE_RUNNER`) and is thus occupying less space.
Expand Down

0 comments on commit b9baeed

Please sign in to comment.