summaryrefslogtreecommitdiffstats
path: root/Cargo.toml
diff options
context:
space:
mode:
authorBrian Cully <bjc@kublai.com>2019-08-06 11:44:57 -0400
committerBrian Cully <bjc@kublai.com>2019-08-06 11:44:57 -0400
commitd3480939692c24d86d38cc7db70f04ccc76c1493 (patch)
tree57f722dc037b39d1f9f44e01613a5613e2a89d6f /Cargo.toml
parent9ff9f51c07f7226d6467bc9db608cc53c82365bd (diff)
downloadbleusb-d3480939692c24d86d38cc7db70f04ccc76c1493.tar.gz
bleusb-d3480939692c24d86d38cc7db70f04ccc76c1493.zip
i²c working.
Diffstat (limited to 'Cargo.toml')
-rw-r--r--Cargo.toml3
1 files changed, 2 insertions, 1 deletions
diff --git a/Cargo.toml b/Cargo.toml
index 003cfcb..69cd14f 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -22,4 +22,5 @@ apa102-spi = "0.2"
[patch.crates-io]
#atsamd-hal = { git = "https://github.com/atsamd-rs/atsamd", rev = "97d55c19" }
-trinket_m0 = { git = "https://github.com/atsamd-rs/atsamd", rev = "97d55c19" }
+#trinket_m0 = { git = "https://github.com/atsamd-rs/atsamd", rev = "97d55c19" }
+trinket_m0 = { path = "../usbh/atsamd/boards/trinket_m0" }