We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4c59abf commit 703113eCopy full SHA for 703113e
rtic_v2/stm32f3_blinky/Cargo.toml
@@ -9,8 +9,6 @@ version = "0.1.0"
9
embedded-hal = "0.2.7"
10
rtic = { git = "https://github.com/rtic-rs/rtic", features = ["thumbv7-backend"] }
11
rtic-monotonics = { git = "https://github.com/rtic-rs/rtic", features = ["cortex-m-systick"] }
12
-#cortex-m-rtic = "1.1.4"
13
-systick-monotonic = "1.0.1"
14
panic-rtt-target = { version = "0.1.2", features = ["cortex-m"] }
15
rtt-target = { version = "0.3.1", features = ["cortex-m"] }
16
0 commit comments