Skip to content

Commit b0205b7

Browse files
committed
fix
1 parent 701abb2 commit b0205b7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/timer.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,8 +22,8 @@ pub struct Timer<TIM> {
2222

2323
/// Hardware timers
2424
pub struct CountDownTimer<TIM> {
25-
clk: Hertz,
2625
tim: TIM,
26+
clk: Hertz,
2727
}
2828

2929
/// Interrupt events

0 commit comments

Comments
 (0)