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.
2 parents 4ebb5c1 + 60f88d1 commit 22848b6Copy full SHA for 22848b6
Cargo.toml
@@ -27,7 +27,7 @@ targets = ["thumbv7em-none-eabihf"]
27
[dependencies]
28
embedded-hal = "0.2.6"
29
embedded-dma = "0.1.2"
30
-cortex-m = "^0.7.1"
+cortex-m = "^0.7.4"
31
defmt = { version = ">=0.2.0,<0.4", optional = true }
32
stm32h7 = { version = "^0.14.0", default-features = false }
33
void = { version = "1.0.2", default-features = false }
src/time.rs
@@ -266,7 +266,7 @@ impl From<NanoSeconds> for Duration {
266
// /// Returns an `Instant` corresponding to "now"
267
// pub fn now(&self) -> Instant {
268
// Instant {
269
-// now: DWT::get_cycle_count(),
+// now: DWT::cycle_count(),
270
// }
271
272
0 commit comments