aboutsummaryrefslogtreecommitdiff
path: root/examples
diff options
context:
space:
mode:
authorDaniel Larsen <[email protected]>2023-04-30 23:19:53 -0300
committerDaniel Larsen <[email protected]>2023-04-30 23:19:53 -0300
commitbc34f3c60f83d4f1762864e3a070a501a94fc4e2 (patch)
treec96278699e4e6eddd13bf0089bd28888429b3bcc /examples
parentc70a66fe815cc3926a0b8ae73066a8ed2c1583e1 (diff)
updated example
Diffstat (limited to 'examples')
-rw-r--r--examples/rpi-pico-w/Cargo.toml2
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/rpi-pico-w/Cargo.toml b/examples/rpi-pico-w/Cargo.toml
index 970db089d..8df65e188 100644
--- a/examples/rpi-pico-w/Cargo.toml
+++ b/examples/rpi-pico-w/Cargo.toml
@@ -6,7 +6,7 @@ edition = "2021"
6 6
7[dependencies] 7[dependencies]
8cyw43 = { path = "../../", features = ["defmt", "firmware-logs"] } 8cyw43 = { path = "../../", features = ["defmt", "firmware-logs"] }
9cyw43-pio = { path = "../../cyw43-pio" } 9cyw43-pio = { path = "../../cyw43-pio", features = ["defmt"] }
10embassy-executor = { version = "0.1.0", features = ["defmt", "integrated-timers", "executor-thread", "arch-cortex-m"] } 10embassy-executor = { version = "0.1.0", features = ["defmt", "integrated-timers", "executor-thread", "arch-cortex-m"] }
11embassy-time = { version = "0.1.0", features = ["defmt", "defmt-timestamp-uptime"] } 11embassy-time = { version = "0.1.0", features = ["defmt", "defmt-timestamp-uptime"] }
12embassy-rp = { version = "0.1.0", features = ["defmt", "unstable-traits", "nightly", "unstable-pac", "time-driver"] } 12embassy-rp = { version = "0.1.0", features = ["defmt", "unstable-traits", "nightly", "unstable-pac", "time-driver"] }