Skip to content

Commit

Permalink
Swap red and green LEDs
Browse files Browse the repository at this point in the history
Fixes #88
  • Loading branch information
szszszsz committed Oct 22, 2021
1 parent f255c93 commit 1d867fc
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/hw_config_rev4.c
Original file line number Diff line number Diff line change
Expand Up @@ -173,12 +173,12 @@ static const struct HardwareDefinition HW4 = {
.led = {
.smartcard = {
.port = GPIOA,
.pin_number = GPIO_Pin_4,
.pin_number = GPIO_Pin_7,
.mode = GPIO_Mode_Out_PP
},
.oath = {
.port = GPIOA,
.pin_number = GPIO_Pin_7,
.pin_number = GPIO_Pin_4,
.mode = GPIO_Mode_Out_PP
}
}
Expand Down

0 comments on commit 1d867fc

Please sign in to comment.