diff options
| author | Cyril Marpaud <[email protected]> | 2024-04-27 16:39:21 +0200 |
|---|---|---|
| committer | GitHub <[email protected]> | 2024-04-27 16:39:21 +0200 |
| commit | ede07883fe5136577b41d1bf63e318e92ffb959a (patch) | |
| tree | b8abeffdc5178375c28f394801b1f3358fb44360 | |
| parent | 34074e6eb0741e084653b3ef71163393741f558b (diff) | |
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>, |
