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 704aa09 commit c0aab04Copy full SHA for c0aab04
examples/rtic2-tick.rs
@@ -12,7 +12,8 @@ use stm32f4xx_hal::{
12
};
13
type Mono = stm32f4xx_hal::timer::MonoTimerUs<pac::TIM3>;
14
15
-// Uncomment if use SysTick as monotonic timer
+// To use SysTick as monotonic timer, uncomment the lines below
16
+// *and* remove the Mono type alias above
17
//use rtic_monotonics::systick::prelude::*;
18
//systick_monotonic!(Mono, 1000);
19
0 commit comments