diff options
| author | Dario Nieuwenhuis <[email protected]> | 2024-04-27 19:54:50 +0000 |
|---|---|---|
| committer | GitHub <[email protected]> | 2024-04-27 19:54:50 +0000 |
| commit | 4617f6c75422bc8bc88071f610d71d67a8400176 (patch) | |
| tree | adba3e3eacade6af11f873a5ceb7daabc3dfaa2c | |
| parent | 0b0027aac3629447ddcfb98df848645947e52d18 (diff) | |
| parent | ede07883fe5136577b41d1bf63e318e92ffb959a (diff) | |
Merge pull request #2879 from cyril-marpaud/patch-2
fix: typo
| -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>, |
