mirror of
https://github.com/embassy-rs/embassy.git
synced 2024-11-22 06:42:32 +00:00
fix: typo
This commit is contained in:
parent
34074e6eb0
commit
ede07883fe
@ -368,7 +368,7 @@ impl<'s> Sequence<'s> {
|
|||||||
}
|
}
|
||||||
|
|
||||||
/// A single sequence that can be started and stopped.
|
/// A single sequence that can be started and stopped.
|
||||||
/// Takes at one sequence along with its configuration.
|
/// Takes one sequence along with its configuration.
|
||||||
#[non_exhaustive]
|
#[non_exhaustive]
|
||||||
pub struct SingleSequencer<'d, 's, T: Instance> {
|
pub struct SingleSequencer<'d, 's, T: Instance> {
|
||||||
sequencer: Sequencer<'d, 's, T>,
|
sequencer: Sequencer<'d, 's, T>,
|
||||||
|
Loading…
Reference in New Issue
Block a user