commit
353fa7dbaf
@ -45,7 +45,7 @@ GPIO pins are set up for the `nrf52840-dk` board (PCA10056)
|
||||
- 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
|
||||
|
@ -482,7 +482,7 @@ exti!(gpioj, [
|
||||
feature = "stm32f469",
|
||||
feature = "stm32f479"
|
||||
))]
|
||||
exti!(gpioj, [
|
||||
exti!(gpiok, [
|
||||
EXTI0 => PK0,
|
||||
EXTI1 => PK1,
|
||||
EXTI2 => PK2,
|
||||
|
Loading…
Reference in New Issue
Block a user