aboutsummaryrefslogtreecommitdiff
path: root/examples/rp
diff options
context:
space:
mode:
authorElias Hanelt <[email protected]>2025-11-26 10:11:20 -0800
committerElias Hanelt <[email protected]>2025-11-26 10:13:59 -0800
commit006a0873d8efb9620841759f2c15450dc9ae044e (patch)
treed2b4282599893fd2f988772e51af7637453d9190 /examples/rp
parent88ce8314c5cd653ac245cc5dbf367f6814f24be9 (diff)
parent9879f8de1e5c1af80218d61837ed71d7c19c3fe8 (diff)
Merge remote-tracking branch 'origin/main' into i2c-slave/fix-early-term
Diffstat (limited to 'examples/rp')
-rw-r--r--examples/rp/Cargo.toml2
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/rp/Cargo.toml b/examples/rp/Cargo.toml
index 640addb28..9d7d99259 100644
--- a/examples/rp/Cargo.toml
+++ b/examples/rp/Cargo.toml
@@ -45,7 +45,7 @@ display-interface = "0.5.0"
45byte-slice-cast = { version = "1.2.0", default-features = false } 45byte-slice-cast = { version = "1.2.0", default-features = false }
46smart-leds = "0.4.0" 46smart-leds = "0.4.0"
47heapless = "0.8" 47heapless = "0.8"
48usbd-hid = "0.8.1" 48usbd-hid = "0.9.0"
49 49
50embedded-hal-1 = { package = "embedded-hal", version = "1.0" } 50embedded-hal-1 = { package = "embedded-hal", version = "1.0" }
51embedded-hal-async = "1.0" 51embedded-hal-async = "1.0"