Merge pull request #76 from Disasm/small-fixes

Small fixes
This commit is contained in:
Dario Nieuwenhuis 2021-03-14 21:32:01 +01:00 committed by GitHub
commit 353fa7dbaf
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 2 deletions

View File

@ -45,7 +45,7 @@ GPIO pins are set up for the `nrf52840-dk` board (PCA10056)
- Install `probe-run` with defmt support. - Install `probe-run` with defmt support.
``` ```
cargo install --git https://github.com/knurling-rs/probe-run --branch main --features defmt cargo install probe-run
``` ```
- Run the example - Run the example

View File

@ -482,7 +482,7 @@ exti!(gpioj, [
feature = "stm32f469", feature = "stm32f469",
feature = "stm32f479" feature = "stm32f479"
))] ))]
exti!(gpioj, [ exti!(gpiok, [
EXTI0 => PK0, EXTI0 => PK0,
EXTI1 => PK1, EXTI1 => PK1,
EXTI2 => PK2, EXTI2 => PK2,