Skip to content

Commit 6ef6838

Browse files
authored
Merge pull request #428 from jannic/fix-embedded-sdmmc-2
Minimal fix for embedded-sdmmc build failure
2 parents 42e929d + d5331d1 commit 6ef6838

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

boards/rp-pico/Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ cortex-m-rtic = "1.1.2"
2929
nb = "1.0"
3030
i2c-pio = "0.3.0"
3131
heapless = "0.7.9"
32-
embedded-sdmmc = { git = "https://github.com/rust-embedded-community/embedded-sdmmc-rs.git" }
32+
embedded-sdmmc = { git = "https://github.com/rust-embedded-community/embedded-sdmmc-rs.git", rev = "db58253bb326d20e177c733ebc0b051ef0dcee0f" }
3333
smart-leds = "0.3.0"
3434
ws2812-pio = "0.3.0"
3535
ssd1306 = "0.7.0"

boards/vcc-gnd-yd-rp2040/Cargo.toml

-1
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,6 @@ cortex-m-rtic = "1.1.2"
2828
nb = "1.0"
2929
i2c-pio = "0.3.0"
3030
heapless = "0.7.9"
31-
embedded-sdmmc = { git = "https://github.com/rust-embedded-community/embedded-sdmmc-rs.git" }
3231
smart-leds = "0.3.0"
3332
ws2812-pio = "0.3.0"
3433
ssd1306 = "0.7.0"

0 commit comments

Comments
 (0)