Skip to content

Commit 3b46cb0

Browse files
committed
Remove incorrect part of doc comment
1 parent 856aa92 commit 3b46cb0

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

esp-hal/src/dma/mod.rs

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2113,8 +2113,7 @@ impl<'d, C> Channel<'d, C, Blocking>
21132113
where
21142114
C: DmaChannel,
21152115
{
2116-
/// Sets the interrupt handler for RX and TX interrupts, enables them
2117-
/// with [crate::interrupt::Priority::max()]
2116+
/// Sets the interrupt handler for RX and TX interrupts.
21182117
///
21192118
/// Interrupts are not enabled at the peripheral level here.
21202119
pub fn set_interrupt_handler(&mut self, handler: InterruptHandler)

0 commit comments

Comments
 (0)