mirror of
https://github.com/italicsjenga/rp-hal-boards.git
synced 2024-12-23 20:51:31 +11:00
Merge pull request #428 from jannic/fix-embedded-sdmmc-2
Minimal fix for embedded-sdmmc build failure
This commit is contained in:
commit
6ef6838132
|
@ -29,7 +29,7 @@ cortex-m-rtic = "1.1.2"
|
|||
nb = "1.0"
|
||||
i2c-pio = "0.3.0"
|
||||
heapless = "0.7.9"
|
||||
embedded-sdmmc = { git = "https://github.com/rust-embedded-community/embedded-sdmmc-rs.git" }
|
||||
embedded-sdmmc = { git = "https://github.com/rust-embedded-community/embedded-sdmmc-rs.git", rev = "db58253bb326d20e177c733ebc0b051ef0dcee0f" }
|
||||
smart-leds = "0.3.0"
|
||||
ws2812-pio = "0.3.0"
|
||||
ssd1306 = "0.7.0"
|
||||
|
|
|
@ -28,7 +28,6 @@ cortex-m-rtic = "1.1.2"
|
|||
nb = "1.0"
|
||||
i2c-pio = "0.3.0"
|
||||
heapless = "0.7.9"
|
||||
embedded-sdmmc = { git = "https://github.com/rust-embedded-community/embedded-sdmmc-rs.git" }
|
||||
smart-leds = "0.3.0"
|
||||
ws2812-pio = "0.3.0"
|
||||
ssd1306 = "0.7.0"
|
||||
|
|
Loading…
Reference in a new issue