diff options
| author | Dániel Buga <[email protected]> | 2025-01-05 21:30:29 +0100 |
|---|---|---|
| committer | Dániel Buga <[email protected]> | 2025-01-05 21:35:05 +0100 |
| commit | 89b97c2d7c213a36c97606996e16ef115f836ea9 (patch) | |
| tree | ac97252f5cf09328865a91cddf265a9416873af6 /examples/lpc55s69 | |
| parent | 09588321e52746d21f27ededfede5c4c362975d9 (diff) | |
Fix search-and-replacability
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 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 | |||
| 12 | embassy-time = { version = "0.4.0", path = "../../embassy-time", features = ["defmt"] } | 12 | embassy-time = { version = "0.4.0", path = "../../embassy-time", features = ["defmt"] } |
| 13 | panic-halt = "0.2.0" | 13 | panic-halt = "0.2.0" |
| 14 | cortex-m = { version = "0.7.6", features = ["inline-asm", "critical-section-single-core"] } | 14 | cortex-m = { version = "0.7.6", features = ["inline-asm", "critical-section-single-core"] } |
| 15 | cortex-m-rt = {version = "0.7.0"} | 15 | cortex-m-rt = { version = "0.7.0"} |
| 16 | defmt = "0.3" | 16 | defmt = "0.3" |
| 17 | defmt-rtt = "0.4" | 17 | defmt-rtt = "0.4" |
| 18 | panic-probe = { version = "0.3.2", features = ["print-defmt"] } | 18 | panic-probe = { version = "0.3.2", features = ["print-defmt"] } |
