diff options
| author | Dario Nieuwenhuis <[email protected]> | 2021-03-14 21:32:01 +0100 |
|---|---|---|
| committer | GitHub <[email protected]> | 2021-03-14 21:32:01 +0100 |
| commit | 353fa7dbaf80815b2bd344f699bfb01c2af52c2a (patch) | |
| tree | af730592309f36bf0050595abe4d850391c0372d | |
| parent | 16e00669aeae310451adbd1773db29cc70c9dc5f (diff) | |
| parent | 385895767c7d5f5c270081c5af2a0e49219a28bc (diff) | |
Merge pull request #76 from Disasm/small-fixes
Small fixes
| -rw-r--r-- | README.md | 2 | ||||
| -rw-r--r-- | embassy-stm32f4/src/exti.rs | 2 |
2 files changed, 2 insertions, 2 deletions
| @@ -45,7 +45,7 @@ GPIO pins are set up for the `nrf52840-dk` board (PCA10056) | |||
| 45 | - Install `probe-run` with defmt support. | 45 | - Install `probe-run` with defmt support. |
| 46 | 46 | ||
| 47 | ``` | 47 | ``` |
| 48 | cargo install --git https://github.com/knurling-rs/probe-run --branch main --features defmt | 48 | cargo install probe-run |
| 49 | ``` | 49 | ``` |
| 50 | 50 | ||
| 51 | - Run the example | 51 | - Run the example |
diff --git a/embassy-stm32f4/src/exti.rs b/embassy-stm32f4/src/exti.rs index 52cf5a294..932f29b91 100644 --- a/embassy-stm32f4/src/exti.rs +++ b/embassy-stm32f4/src/exti.rs | |||
| @@ -482,7 +482,7 @@ exti!(gpioj, [ | |||
| 482 | feature = "stm32f469", | 482 | feature = "stm32f469", |
| 483 | feature = "stm32f479" | 483 | feature = "stm32f479" |
| 484 | ))] | 484 | ))] |
| 485 | exti!(gpioj, [ | 485 | exti!(gpiok, [ |
| 486 | EXTI0 => PK0, | 486 | EXTI0 => PK0, |
| 487 | EXTI1 => PK1, | 487 | EXTI1 => PK1, |
| 488 | EXTI2 => PK2, | 488 | EXTI2 => PK2, |
