aboutsummaryrefslogtreecommitdiff
path: root/examples/lpc55s69
diff options
context:
space:
mode:
authorRoi Bachynskyi <[email protected]>2025-07-21 12:49:17 +0300
committerRoi Bachynskyi <[email protected]>2025-07-21 12:49:17 +0300
commit2a696579275a035ab56023313284f8a66ef37a45 (patch)
tree95c54359900350081db8731cca6cc11bfccf5f21 /examples/lpc55s69
parent0fc1ab290fed27301b455a039c2ae9c16ce7c30c (diff)
feat: fmt.rs was added
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 6ec6e51a8..1724a22d4 100644
--- a/examples/lpc55s69/Cargo.toml
+++ b/examples/lpc55s69/Cargo.toml
@@ -6,7 +6,7 @@ license = "MIT OR Apache-2.0"
6 6
7 7
8[dependencies] 8[dependencies]
9embassy-nxp = { version = "0.1.0", path = "../../embassy-nxp", features = ["lpc55", "rt"] } 9embassy-nxp = { version = "0.1.0", path = "../../embassy-nxp", features = ["lpc55", "rt", "defmt"] }
10embassy-executor = { version = "0.7.0", path = "../../embassy-executor", features = ["arch-cortex-m", "executor-thread", "executor-interrupt"] } 10embassy-executor = { version = "0.7.0", path = "../../embassy-executor", features = ["arch-cortex-m", "executor-thread", "executor-interrupt"] }
11embassy-sync = { version = "0.7.0", path = "../../embassy-sync", features = ["defmt"] } 11embassy-sync = { version = "0.7.0", path = "../../embassy-sync", features = ["defmt"] }
12embassy-time = { version = "0.4.0", path = "../../embassy-time", features = ["defmt"] } 12embassy-time = { version = "0.4.0", path = "../../embassy-time", features = ["defmt"] }