diff options
| -rw-r--r-- | embassy-nrf/src/pwm.rs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/embassy-nrf/src/pwm.rs b/embassy-nrf/src/pwm.rs index 1318d3f94..12057f7dd 100644 --- a/embassy-nrf/src/pwm.rs +++ b/embassy-nrf/src/pwm.rs | |||
| @@ -368,7 +368,7 @@ impl<'s> Sequence<'s> { | |||
| 368 | } | 368 | } |
| 369 | 369 | ||
| 370 | /// A single sequence that can be started and stopped. | 370 | /// A single sequence that can be started and stopped. |
| 371 | /// Takes at one sequence along with its configuration. | 371 | /// Takes one sequence along with its configuration. |
| 372 | #[non_exhaustive] | 372 | #[non_exhaustive] |
| 373 | pub struct SingleSequencer<'d, 's, T: Instance> { | 373 | pub struct SingleSequencer<'d, 's, T: Instance> { |
| 374 | sequencer: Sequencer<'d, 's, T>, | 374 | sequencer: Sequencer<'d, 's, T>, |
