Skip to content

Commit

Permalink
Fix docu typo of SampleTime
Browse files Browse the repository at this point in the history
  • Loading branch information
Sh3Rm4n committed Aug 15, 2021
1 parent 7ade1ca commit 4a01e09
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/adc.rs
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@ pub enum SampleTime {
}

impl Default for SampleTime {
/// [`SampelTime::Cycles1C5`] is also the reset value.
/// [`SampleTime::Cycles1C5`] is also the reset value.
fn default() -> Self {
SampleTime::Cycles1C5
}
Expand Down

0 comments on commit 4a01e09

Please sign in to comment.