aboutsummaryrefslogtreecommitdiff
path: root/cyw43-pio
diff options
context:
space:
mode:
authorDario Nieuwenhuis <[email protected]>2023-05-08 20:27:21 +0200
committerDario Nieuwenhuis <[email protected]>2023-05-08 21:53:03 +0200
commitd3d424dad348c78222a6d962e2d51b56b485807d (patch)
tree3568a8e9e5edfeb332c344a67f2dfffdbcedf8c7 /cyw43-pio
parent008b1fd30c945fdfb36d95dcfc38ffa9cbcf2cf1 (diff)
remove comment.
Diffstat (limited to 'cyw43-pio')
-rw-r--r--cyw43-pio/Cargo.toml2
1 files changed, 0 insertions, 2 deletions
diff --git a/cyw43-pio/Cargo.toml b/cyw43-pio/Cargo.toml
index c5632d5fd..8272903c3 100644
--- a/cyw43-pio/Cargo.toml
+++ b/cyw43-pio/Cargo.toml
@@ -3,8 +3,6 @@ name = "cyw43-pio"
3version = "0.1.0" 3version = "0.1.0"
4edition = "2021" 4edition = "2021"
5 5
6# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
7
8[dependencies] 6[dependencies]
9cyw43 = { path = "../" } 7cyw43 = { path = "../" }
10embassy-rp = { version = "0.1.0", features = ["unstable-traits", "nightly", "unstable-pac", "time-driver"] } 8embassy-rp = { version = "0.1.0", features = ["unstable-traits", "nightly", "unstable-pac", "time-driver"] }