Remove unused rtic dep

This commit is contained in:
Dario Nieuwenhuis 2021-01-20 04:32:14 +01:00
parent 5b897b6605
commit 27831124a7
2 changed files with 1 additions and 3 deletions

View File

@ -28,5 +28,4 @@ cortex-m-rt = "0.6.13"
embedded-hal = { version = "0.2.4" }
panic-probe = "0.1.0"
nrf52840-hal = { version = "0.12.0" }
futures = { version = "0.3.8", default-features = false, features = ["async-await"] }
cortex-m-rtic = { git = "https://github.com/rtic-rs/cortex-m-rtic", branch = "master"}
futures = { version = "0.3.8", default-features = false, features = ["async-await"] }

View File

@ -29,5 +29,4 @@ embedded-hal = { version = "0.2.4" }
panic-probe = "0.1.0"
stm32f4xx-hal = { version = "0.8.3", features = ["rt", "stm32f405"], git = "https://github.com/stm32-rs/stm32f4xx-hal.git"}
futures = { version = "0.3.8", default-features = false, features = ["async-await"] }
cortex-m-rtic = "0.5"
rtt-target = { version = "0.3", features = ["cortex-m"] }