Skip to content

Commit 35ee1d9

Browse files
dotcypressburrbull
andauthored
Update src/timer/stopwatch.rs
Co-authored-by: Zgarbul Andrey <[email protected]>
1 parent 8869053 commit 35ee1d9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/timer/stopwatch.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ pub struct Stopwatch<TIM> {
1212
}
1313

1414
macro_rules! stopwatches {
15-
($($TIM:ident: ($tim:ident, $timXen:ident, $timXrst:ident),)+) => {
15+
($($TIM:ident: ($tim:ident),)+) => {
1616
$(
1717
impl Stopwatch<$TIM> {
1818
pub fn $tim(tim: $TIM, rcc: &mut Rcc) -> Self {

0 commit comments

Comments
 (0)