mirror of
https://github.com/rtic-rs/rtic.git
synced 2025-12-18 22:05:37 +01:00
Fixed systick monotonic
This commit is contained in:
parent
0f6ae7c1dd
commit
71b5f9438e
10 changed files with 137 additions and 4 deletions
|
|
@ -1,5 +1,5 @@
|
|||
[package]
|
||||
name = "rtic-timer"
|
||||
name = "rtic-monotonics"
|
||||
version = "0.1.0"
|
||||
edition = "2021"
|
||||
|
||||
|
|
@ -9,4 +9,4 @@ edition = "2021"
|
|||
cortex-m = { version = "0.7.6" }
|
||||
embedded-hal-async = "0.2.0-alpha.0"
|
||||
fugit = { version = "0.3.6", features = ["defmt"] }
|
||||
rtic-timer = { version = "1.0.0", path = "../rtic-timer" }
|
||||
rtic-time = { version = "1.0.0", path = "../rtic-time" }
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue