We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent bf08c19 commit a5a2329Copy full SHA for a5a2329
Cargo.toml
@@ -127,5 +127,5 @@ required-features = ["rt", "stm32f407"]
127
128
129
[patch.crates-io]
130
-#embedded-hal = { git = "https://github.com/ryankurte/embedded-hal.git", branch = "feature/spi-transactions" }
131
-embedded-hal = { path = "../embedded-hal" }
+embedded-hal = { git = "https://github.com/ryankurte/embedded-hal.git", branch = "feature/spi-transactions" }
+#embedded-hal = { path = "../embedded-hal" }
0 commit comments