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 931876d commit 7b24ce2Copy full SHA for 7b24ce2
examples/stopwatch.rs
@@ -31,8 +31,6 @@ fn main() -> ! {
31
#[cfg(feature = "stm32g0x0")]
32
let mut stopwatch = dp.TIM3.stopwatch(&mut rcc);
33
34
- stopwatch.set_prescaler(0);
35
-
36
let elapsed_us = stopwatch.trace(|| {
37
delay.delay(100.us());
38
});
0 commit comments