mirror of
https://github.com/embassy-rs/embassy.git
synced 2025-09-27 04:10:25 +00:00
fix typo
This commit is contained in:
parent
ba5aea8e60
commit
9589c056d1
@ -183,7 +183,7 @@ impl<'d, T: GeneralInstance4Channel> OnePulse<'d, T> {
|
||||
/// as an output.
|
||||
pub fn new_ch2(
|
||||
tim: Peri<'d, T>,
|
||||
_pin: TriggerPin<'d, T, Ch1>,
|
||||
_pin: TriggerPin<'d, T, Ch2>,
|
||||
_irq: impl Binding<T::CaptureCompareInterrupt, CaptureCompareInterruptHandler<T>> + 'd,
|
||||
freq: Hertz,
|
||||
pulse_end: u32,
|
||||
|
Loading…
x
Reference in New Issue
Block a user