Skip to content

Commit 703113e

Browse files
committed
remove unused dependencies
1 parent 4c59abf commit 703113e

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

rtic_v2/stm32f3_blinky/Cargo.toml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,8 +9,6 @@ version = "0.1.0"
99
embedded-hal = "0.2.7"
1010
rtic = { git = "https://github.com/rtic-rs/rtic", features = ["thumbv7-backend"] }
1111
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"
1412
panic-rtt-target = { version = "0.1.2", features = ["cortex-m"] }
1513
rtt-target = { version = "0.3.1", features = ["cortex-m"] }
1614

0 commit comments

Comments
 (0)