Skip to content

Commit

Permalink
cross/rp2040: Update rp2040-flash
Browse files Browse the repository at this point in the history
  • Loading branch information
pdh11 committed Jun 28, 2024
1 parent 9edf8c1 commit b21af6b
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions cross/rp2040-w5500/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -48,8 +48,7 @@ rp-pico = "0.9"
w5500-dhcp = { git = "https://github.com/newAM/w5500-rs", rev = "5384cec", version = "0.6", default-features = false, features = [
"defmt",
] }
# We need a rp2040-flash with rp2040-hal 0.10 in it
rp2040-flash = { git = "https://github.com/pdh11/rp2040-flash", rev = "2bf31c9", version = "0.4" }
rp2040-flash = "0.5"
cortex-m-rtic = "1"
rp2040-hal = { version = "0.10", features = ["rt"] }

Expand Down

0 comments on commit b21af6b

Please sign in to comment.