Skip to content

Commit

Permalink
Switch to stm32-fmc fork.
Browse files Browse the repository at this point in the history
  • Loading branch information
romixlab committed Dec 16, 2023
1 parent dc49384 commit 25a25b3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ paste = "1.0.1"
bare-metal = "1.0.0"
sdio-host = { version = "0.9", optional = true }
embedded-sdmmc = { version = "0.3", optional = true }
stm32-fmc = { version = "0.2", optional = true }
stm32-fmc = { git = "https://github.com/romixlab/stm32-fmc.git", optional = true }
synopsys-usb-otg = { version = "^0.3.0", features = ["cortex-m"], optional = true }
embedded-display-controller = { version = "^0.1.0", optional = true }
log = { version = "0.4.14", optional = true} # see also the dev-dependencies section
Expand Down

0 comments on commit 25a25b3

Please sign in to comment.