File tree Expand file tree Collapse file tree 2 files changed +5
-4
lines changed Expand file tree Collapse file tree 2 files changed +5
-4
lines changed Original file line number Diff line number Diff line change @@ -722,9 +722,10 @@ where
722
722
self . usart . isr . read ( ) . busy ( ) . bit_is_set ( )
723
723
}
724
724
725
- /// Obtain the assocated intterupt number for the serial peripheral.
725
+ /// Obtain the associated interrupt number for the serial peripheral.
726
726
///
727
- /// Used to unmask / enable the interrupt with [`cortex_m::peripheral::NVIC::unmask()`]
727
+ ///
728
+ /// Used to unmask / enable the interrupt with [`cortex_m::peripheral::NVIC::unmask()`].
728
729
/// This is useful for all `cortex_m::peripheral::INTERRUPT` functions.
729
730
///
730
731
/// # Note
Original file line number Diff line number Diff line change @@ -136,9 +136,9 @@ where
136
136
self . configure_interrupt ( event, false ) ;
137
137
}
138
138
139
- /// Obtain the assocated intterupt number for the serial peripheral.
139
+ /// Obtain the associated interupt number for the serial peripheral.
140
140
///
141
- /// Used to unmask / enable the interrupt with [`cortex_m::peripheral::NVIC::unmask()`]
141
+ /// Used to unmask / enable the interrupt with [`cortex_m::peripheral::NVIC::unmask()`].
142
142
/// This is useful for all `cortex_m::peripheral::INTERRUPT` functions.
143
143
///
144
144
/// # Note
You can’t perform that action at this time.
0 commit comments