cyw43: move crate to subdir.

This commit is contained in:
Dario Nieuwenhuis
2023-05-30 22:42:49 +02:00
parent 3cc0ec654a
commit c327c6cd6f
32 changed files with 1761 additions and 336 deletions

View File

@ -9,7 +9,7 @@ edition = "2021"
overclock = []
[dependencies]
cyw43 = { path = "../" }
cyw43 = { path = "../cyw43" }
embassy-rp = { version = "0.1.0", features = ["unstable-traits", "nightly", "unstable-pac", "time-driver"] }
pio-proc = "0.2"
pio = "0.2.1"