Fix exti driver
This commit is contained in:
parent
5b8c18dad3
commit
385895767c
1 changed files with 1 additions and 1 deletions
|
@ -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,
|
||||||
|
|
Loading…
Reference in a new issue