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
1ef5f8de66
commit
580a5f8c9b
@ -508,6 +508,7 @@ pub mod asynch {
|
||||
unsafe impl<const N: usize> Sync for IsrReactor<N> {}
|
||||
|
||||
/// Single-slot lock-free signaling primitive supporting signalling with a `u32` bit-set.
|
||||
///
|
||||
/// A variation of the `Notification` HAL primitive which is however safe to be notified from an ISR context.
|
||||
///
|
||||
/// It is useful for sending data between an ISR routine (or a regular task context) and an async task when the
|
||||
|
@ -1,6 +1,6 @@
|
||||
//: QueueHandle_t ! UART peripheral control
|
||||
//!
|
||||
//! Controls UART peripherals (UART0, UART1, UART2).
|
||||
//!
|
||||
//! Notice that UART0 is typically already used for loading firmware and logging.
|
||||
//! Therefore use UART1 and UART2 in your application.
|
||||
//! Any pin can be used for `rx` and `tx`.
|
||||
|
Loading…
x
Reference in New Issue
Block a user