Merge pull request #2403 from itdiuna/main
Fix an error in compiling examples for rp2040
This commit is contained in:
commit
8739c67edf
1 changed files with 1 additions and 1 deletions
|
@ -82,7 +82,7 @@ cortex-m = "0.7.6"
|
|||
critical-section = "1.1"
|
||||
futures = { version = "0.3.17", default-features = false, features = ["async-await"] }
|
||||
chrono = { version = "0.4", default-features = false, optional = true }
|
||||
embedded-io = { version = "0.6.0" }
|
||||
embedded-io = { version = "0.6.1" }
|
||||
embedded-io-async = { version = "0.6.1" }
|
||||
embedded-storage = { version = "0.3" }
|
||||
embedded-storage-async = { version = "0.4.1" }
|
||||
|
|
Loading…
Reference in a new issue