Skip to content

Commit 18b6261

Browse files
author
Stephen D
committed
formatting fix
1 parent 5b6c61f commit 18b6261

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

src/timer.rs

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -382,10 +382,10 @@ macro_rules! hal {
382382
fn cr1_reset(&mut self) {
383383
self.cr1.reset();
384384
}
385-
#[inline(always)]
386-
fn cnt_reset(&mut self) {
387-
self.cnt.reset();
388-
}
385+
#[inline(always)]
386+
fn cnt_reset(&mut self) {
387+
self.cnt.reset();
388+
}
389389
}
390390

391391
$(with_dmar!($TIM, $memsize);)?

0 commit comments

Comments
 (0)