diff options
| author | Roi Bachynskyi <[email protected]> | 2025-07-21 12:49:17 +0300 |
|---|---|---|
| committer | Roi Bachynskyi <[email protected]> | 2025-07-21 12:49:17 +0300 |
| commit | 2a696579275a035ab56023313284f8a66ef37a45 (patch) | |
| tree | 95c54359900350081db8731cca6cc11bfccf5f21 /examples/lpc55s69 | |
| parent | 0fc1ab290fed27301b455a039c2ae9c16ce7c30c (diff) | |
feat: fmt.rs was added
Diffstat (limited to 'examples/lpc55s69')
| -rw-r--r-- | examples/lpc55s69/Cargo.toml | 2 |
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] |
| 9 | embassy-nxp = { version = "0.1.0", path = "../../embassy-nxp", features = ["lpc55", "rt"] } | 9 | embassy-nxp = { version = "0.1.0", path = "../../embassy-nxp", features = ["lpc55", "rt", "defmt"] } |
| 10 | embassy-executor = { version = "0.7.0", path = "../../embassy-executor", features = ["arch-cortex-m", "executor-thread", "executor-interrupt"] } | 10 | embassy-executor = { version = "0.7.0", path = "../../embassy-executor", features = ["arch-cortex-m", "executor-thread", "executor-interrupt"] } |
| 11 | embassy-sync = { version = "0.7.0", path = "../../embassy-sync", features = ["defmt"] } | 11 | embassy-sync = { version = "0.7.0", path = "../../embassy-sync", features = ["defmt"] } |
| 12 | embassy-time = { version = "0.4.0", path = "../../embassy-time", features = ["defmt"] } | 12 | embassy-time = { version = "0.4.0", path = "../../embassy-time", features = ["defmt"] } |
