File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 11[package ]
22name = " dwt-systick-monotonic"
3- version = " 0.1.0-alpha.2 "
3+ version = " 0.1.0-alpha.3 "
44authors = [
55 " The Real-Time Interrupt-driven Concurrency developers" ,
66@@ -19,4 +19,4 @@ name = "dwt_systick_monotonic"
1919
2020[dependencies ]
2121cortex-m = " 0.7"
22- rtic-monotonic = " 0.1.0-alpha.1 "
22+ rtic-monotonic = " 0.1.0-alpha.2 "
Original file line number Diff line number Diff line change @@ -72,7 +72,7 @@ impl<const FREQ: u32> Monotonic for DwtSystick<FREQ> {
7272 // "Setting SYST_RVR to zero has the effect of
7373 // disabling the SysTick counter independently
7474 // of the counter enable bit.", so the min is 1
75- Some ( x) => max. min ( * x. integer ( ) ) . max ( 1 ) ,
75+ Some ( x) => max. min ( x. integer ( ) ) . max ( 1 ) ,
7676 } ;
7777
7878 self . systick . set_reload ( dur) ;
You can’t perform that action at this time.
0 commit comments