Skip to content

Commit c0aab04

Browse files
committed
rtic2-tick: clarify SysTick mono instructions
1 parent 704aa09 commit c0aab04

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

examples/rtic2-tick.rs

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,8 @@ use stm32f4xx_hal::{
1212
};
1313
type Mono = stm32f4xx_hal::timer::MonoTimerUs<pac::TIM3>;
1414

15-
// Uncomment if use SysTick as monotonic timer
15+
// To use SysTick as monotonic timer, uncomment the lines below
16+
// *and* remove the Mono type alias above
1617
//use rtic_monotonics::systick::prelude::*;
1718
//systick_monotonic!(Mono, 1000);
1819

0 commit comments

Comments
 (0)