aboutsummaryrefslogtreecommitdiff
path: root/rtic-monotonics/Cargo.toml
diff options
context:
space:
mode:
authorEmil Fresk <emil.fresk@gmail.com>2023-01-23 20:57:56 +0100
committerHenrik Tjäder <henrik@tjaders.com>2023-03-01 00:33:31 +0100
commit71b5f9438e1beb5fe12b90415d9d6307e79c0cdf (patch)
treed355da4f316ef5162916d99aebe9aa3a47ca7909 /rtic-monotonics/Cargo.toml
parent0f6ae7c1dd0ce10a83682a922bf68aca9121df1c (diff)
Fixed systick monotonic
Diffstat (limited to 'rtic-monotonics/Cargo.toml')
-rw-r--r--rtic-monotonics/Cargo.toml4
1 files changed, 2 insertions, 2 deletions
diff --git a/rtic-monotonics/Cargo.toml b/rtic-monotonics/Cargo.toml
index 24448fb..68daba4 100644
--- a/rtic-monotonics/Cargo.toml
+++ b/rtic-monotonics/Cargo.toml
@@ -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" }