Skip to content

Commit

Permalink
fix gpio set (#305)
Browse files Browse the repository at this point in the history
  • Loading branch information
glitchcore authored Jan 12, 2021
1 parent 9ed8beb commit 34ac4f0
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions applications/gpio-tester/gpio-tester.c
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,8 @@ typedef struct {
const GpioItem GPIO_PINS[] = {
{"1.2: PA7", {GPIOA, GPIO_PIN_7}},
{"1.3: PA6", {GPIOA, GPIO_PIN_6}},
{"1.4: PA5", {GPIOA, GPIO_PIN_5}},
{"1.5: PA4", {GPIOA, GPIO_PIN_4}},
{"1.4: PA4", {GPIOA, GPIO_PIN_4}},
{"1.5: PB3", {GPIOB, GPIO_PIN_3}},
{"1.6: PB2", {GPIOB, GPIO_PIN_2}},
{"1.7: PC3", {GPIOC, GPIO_PIN_3}},

Expand Down

0 comments on commit 34ac4f0

Please sign in to comment.