aboutsummaryrefslogtreecommitdiff
path: root/embassy-nxp
diff options
context:
space:
mode:
authorDániel Buga <[email protected]>2025-01-05 21:30:29 +0100
committerDániel Buga <[email protected]>2025-01-05 21:35:05 +0100
commit89b97c2d7c213a36c97606996e16ef115f836ea9 (patch)
treeac97252f5cf09328865a91cddf265a9416873af6 /embassy-nxp
parent09588321e52746d21f27ededfede5c4c362975d9 (diff)
Fix search-and-replacability
Diffstat (limited to 'embassy-nxp')
-rw-r--r--embassy-nxp/Cargo.toml2
1 files changed, 1 insertions, 1 deletions
diff --git a/embassy-nxp/Cargo.toml b/embassy-nxp/Cargo.toml
index b0f73b63c..fb0a0fed2 100644
--- a/embassy-nxp/Cargo.toml
+++ b/embassy-nxp/Cargo.toml
@@ -7,7 +7,7 @@ edition = "2021"
7cortex-m = "0.7.7" 7cortex-m = "0.7.7"
8cortex-m-rt = "0.7.0" 8cortex-m-rt = "0.7.0"
9critical-section = "1.1.2" 9critical-section = "1.1.2"
10embassy-hal-internal = {version = "0.2.0", path = "../embassy-hal-internal", features = ["cortex-m", "prio-bits-2"] } 10embassy-hal-internal = { version = "0.2.0", path = "../embassy-hal-internal", features = ["cortex-m", "prio-bits-2"] }
11embassy-sync = { version = "0.6.1", path = "../embassy-sync" } 11embassy-sync = { version = "0.6.1", path = "../embassy-sync" }
12lpc55-pac = "0.5.0" 12lpc55-pac = "0.5.0"
13defmt = "0.3.8" 13defmt = "0.3.8"