Fixed systick monotonic

This commit is contained in:
Emil Fresk 2023-01-23 20:57:56 +01:00 committed by Henrik Tjäder
parent 0f6ae7c1dd
commit 71b5f9438e
10 changed files with 137 additions and 4 deletions

10
rtic-time/Cargo.toml Normal file
View file

@ -0,0 +1,10 @@
[package]
name = "rtic-time"
version = "1.0.0"
edition = "2021"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[dependencies]
critical-section = "1"
futures-util = { version = "0.3.25", default-features = false }