Thanks to visit codestin.com
Credit goes to github.com

Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions peripherals/syscfg/syscfg_wl.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -87,9 +87,9 @@ SYSCFG:
PB15: [1, "Select PB15 as the source input for the EXTI15 external interrupt"]
PC15: [2, "Select PC15 as the source input for the EXTI15 external interrupt"]
EXTI14:
PA15: [0, "Select PA15 as the source input for the EXTI15 external interrupt"]
PB15: [1, "Select PB15 as the source input for the EXTI15 external interrupt"]
PC15: [2, "Select PC15 as the source input for the EXTI15 external interrupt"]
PA14: [0, "Select PA14 as the source input for the EXTI14 external interrupt"]
PB14: [1, "Select PB14 as the source input for the EXTI14 external interrupt"]
PC14: [2, "Select PC14 as the source input for the EXTI14 external interrupt"]
EXTI13:
PA13: [0, "Select PA13 as the source input for the EXTI13 external interrupt"]
PB13: [1, "Select PB13 as the source input for the EXTI13 external interrupt"]
Expand Down