aboutsummaryrefslogtreecommitdiff
path: root/examples/rp
diff options
context:
space:
mode:
authorDario Nieuwenhuis <[email protected]>2024-04-26 21:59:31 +0000
committerGitHub <[email protected]>2024-04-26 21:59:31 +0000
commit34074e6eb0741e084653b3ef71163393741f558b (patch)
treef627117733d3fcd5bbb4eb664559c387a8e81f33 /examples/rp
parent026445d0109f9e80586634a757dfe39a58068cfc (diff)
parent5732ee7ca975c0dd1afa83ade1667a2599d20985 (diff)
Merge pull request #2872 from embassy-rs/cleanups
Misc cleanups.
Diffstat (limited to 'examples/rp')
-rw-r--r--examples/rp/Cargo.toml1
1 files changed, 0 insertions, 1 deletions
diff --git a/examples/rp/Cargo.toml b/examples/rp/Cargo.toml
index d5263deb8..ae6746dce 100644
--- a/examples/rp/Cargo.toml
+++ b/examples/rp/Cargo.toml
@@ -28,7 +28,6 @@ fixed-macro = "1.2"
28cortex-m = { version = "0.7.6", features = ["inline-asm"] } 28cortex-m = { version = "0.7.6", features = ["inline-asm"] }
29cortex-m-rt = "0.7.0" 29cortex-m-rt = "0.7.0"
30panic-probe = { version = "0.3", features = ["print-defmt"] } 30panic-probe = { version = "0.3", features = ["print-defmt"] }
31futures = { version = "0.3.17", default-features = false, features = ["async-await", "cfg-target-has-atomic", "unstable"] }
32display-interface-spi = "0.4.1" 31display-interface-spi = "0.4.1"
33embedded-graphics = "0.7.1" 32embedded-graphics = "0.7.1"
34st7789 = "0.6.1" 33st7789 = "0.6.1"