mirror of
https://github.com/rtic-rs/rtic.git
synced 2025-12-18 13:55:23 +01:00
Fixed systick monotonic
This commit is contained in:
parent
0f6ae7c1dd
commit
71b5f9438e
10 changed files with 137 additions and 4 deletions
10
rtic-time/Cargo.toml
Normal file
10
rtic-time/Cargo.toml
Normal 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 }
|
||||
Loading…
Add table
Add a link
Reference in a new issue