Also fix this version...

This commit is contained in:
datdenkikniet
2023-05-01 10:23:53 +02:00
parent 4ca2c53380
commit b0b2355c77
+1 -1
View File
@@ -15,7 +15,7 @@ rtic = { version = "2.0.0-alpha.1", features = [ "correct-rtic-backend" ] }
# TODO enter your HAL here # TODO enter your HAL here
# some-hal = "1.2.3" # some-hal = "1.2.3"
# TODO add a monotonic if you use scheduling # TODO add a monotonic if you use scheduling
# rtic-monotonics = { version = "2.0.0-alpha.1", features = [ "cortex-m-systick" ]} # rtic-monotonics = { version = "1.0.0-alpha.2", features = [ "cortex-m-systick" ]}
# cargo build/run # cargo build/run
[profile.dev] [profile.dev]