mirror of
https://github.com/esp-rs/esp-idf-hal.git
synced 2025-09-28 04:41:02 +00:00
Clippy
This commit is contained in:
parent
580a5f8c9b
commit
b9baeedfd9
@ -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.
|
||||
|
Loading…
x
Reference in New Issue
Block a user