Skip to content

Commit

Permalink
Remove incorrect part of doc comment
Browse files Browse the repository at this point in the history
  • Loading branch information
bugadani committed Oct 25, 2024
1 parent 856aa92 commit 3b46cb0
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions esp-hal/src/dma/mod.rs
Original file line number Diff line number Diff line change
Expand Up @@ -2113,8 +2113,7 @@ impl<'d, C> Channel<'d, C, Blocking>
where
C: DmaChannel,
{
/// Sets the interrupt handler for RX and TX interrupts, enables them
/// with [crate::interrupt::Priority::max()]
/// Sets the interrupt handler for RX and TX interrupts.
///
/// Interrupts are not enabled at the peripheral level here.
pub fn set_interrupt_handler(&mut self, handler: InterruptHandler)
Expand Down

0 comments on commit 3b46cb0

Please sign in to comment.