We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8869053 commit 35ee1d9Copy full SHA for 35ee1d9
src/timer/stopwatch.rs
@@ -12,7 +12,7 @@ pub struct Stopwatch<TIM> {
12
}
13
14
macro_rules! stopwatches {
15
- ($($TIM:ident: ($tim:ident, $timXen:ident, $timXrst:ident),)+) => {
+ ($($TIM:ident: ($tim:ident),)+) => {
16
$(
17
impl Stopwatch<$TIM> {
18
pub fn $tim(tim: $TIM, rcc: &mut Rcc) -> Self {
0 commit comments