aboutsummaryrefslogtreecommitdiff
path: root/examples/lpc55s69
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 /examples/lpc55s69
parent09588321e52746d21f27ededfede5c4c362975d9 (diff)
Fix search-and-replacability
Diffstat (limited to 'examples/lpc55s69')
-rw-r--r--examples/lpc55s69/Cargo.toml2
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/lpc55s69/Cargo.toml b/examples/lpc55s69/Cargo.toml
index 1c8d5f456..c8efc2e72 100644
--- a/examples/lpc55s69/Cargo.toml
+++ b/examples/lpc55s69/Cargo.toml
@@ -12,7 +12,7 @@ embassy-sync = { version = "0.6.1", path = "../../embassy-sync", features = ["de
12embassy-time = { version = "0.4.0", path = "../../embassy-time", features = ["defmt"] } 12embassy-time = { version = "0.4.0", path = "../../embassy-time", features = ["defmt"] }
13panic-halt = "0.2.0" 13panic-halt = "0.2.0"
14cortex-m = { version = "0.7.6", features = ["inline-asm", "critical-section-single-core"] } 14cortex-m = { version = "0.7.6", features = ["inline-asm", "critical-section-single-core"] }
15cortex-m-rt = {version = "0.7.0"} 15cortex-m-rt = { version = "0.7.0"}
16defmt = "0.3" 16defmt = "0.3"
17defmt-rtt = "0.4" 17defmt-rtt = "0.4"
18panic-probe = { version = "0.3.2", features = ["print-defmt"] } 18panic-probe = { version = "0.3.2", features = ["print-defmt"] }