diff options
| author | Dario Nieuwenhuis <[email protected]> | 2025-02-11 12:22:24 +0100 |
|---|---|---|
| committer | GitHub <[email protected]> | 2025-02-11 12:22:24 +0100 |
| commit | 05bbb99603e16dd58604bfd1b59871eb551c74a3 (patch) | |
| tree | 0ed12675f9923e0190834e15c95273a13fb76dff /docs/examples/layer-by-layer/blinky-hal/Cargo.toml | |
| parent | 76fb3a54f38c20f1b16de60da12d21d98bf250fd (diff) | |
| parent | 01b7ff8ff04af62cc04331a229f5305d320907fe (diff) | |
Merge pull request #3870 from kkrolczyk/kk/mostly-docu-changes-and-examples-fix
dfu documentation update, fix a couple issues
Diffstat (limited to 'docs/examples/layer-by-layer/blinky-hal/Cargo.toml')
| -rw-r--r-- | docs/examples/layer-by-layer/blinky-hal/Cargo.toml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/examples/layer-by-layer/blinky-hal/Cargo.toml b/docs/examples/layer-by-layer/blinky-hal/Cargo.toml index 1e292e6b4..dd574c3e7 100644 --- a/docs/examples/layer-by-layer/blinky-hal/Cargo.toml +++ b/docs/examples/layer-by-layer/blinky-hal/Cargo.toml | |||
| @@ -5,8 +5,8 @@ edition = "2021" | |||
| 5 | license = "MIT OR Apache-2.0" | 5 | license = "MIT OR Apache-2.0" |
| 6 | 6 | ||
| 7 | [dependencies] | 7 | [dependencies] |
| 8 | cortex-m = "0.7" | ||
| 9 | cortex-m-rt = "0.7" | 8 | cortex-m-rt = "0.7" |
| 9 | cortex-m = { version = "0.7", features = ["critical-section-single-core"] } | ||
| 10 | embassy-stm32 = { version = "0.2.0", path = "../../../../embassy-stm32", features = ["stm32l475vg", "memory-x"] } | 10 | embassy-stm32 = { version = "0.2.0", path = "../../../../embassy-stm32", features = ["stm32l475vg", "memory-x"] } |
| 11 | 11 | ||
| 12 | defmt = "0.3" | 12 | defmt = "0.3" |
