Switch to rtic-monotonics v1.0.0

This commit is contained in:
90degs2infty
2023-07-03 13:04:11 +02:00
parent c5a2364eed
commit 19d0e7f210
+1 -1
View File
@@ -14,7 +14,7 @@ rtic = { version = "2.0.0", features = [ "$RTIC_BACKEND" ] }
# TODO(5) Add hal as dependency
some-hal = "1.2.3"
# TODO add a monotonic if you use scheduling
# rtic-monotonics = { version = "1.0.0-alpha.2", features = [ "cortex-m-systick" ]}
# rtic-monotonics = { version = "1.0.0", features = [ "cortex-m-systick" ]}
# cargo build/run
[profile.dev]