Skip to content

Commit 0526b7e

Browse files
committed
WIP: Starting to implement the I2S macros
1 parent f9d0f3b commit 0526b7e

File tree

2 files changed

+197
-134
lines changed

2 files changed

+197
-134
lines changed

Cargo.toml

+3-2
Original file line numberDiff line numberDiff line change
@@ -52,8 +52,9 @@ version = "1.0.2"
5252
# https://github.com/rust-embedded/embedded-hal/pull/204
5353
features = ["unproven"]
5454
# version = "0.2.3"
55-
git = "https://github.com/eldruin/embedded-hal/"
56-
branch = "i2s-v0.2.x"
55+
# git = "https://github.com/eldruin/embedded-hal/"
56+
# branch = "i2s-v0.2.x"
57+
path = "../embedded-hal"
5758

5859
[dev-dependencies]
5960
panic-semihosting = "0.5.3"

0 commit comments

Comments
 (0)